mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
mercurial: 3.4.2 -> 3.5
This commit is contained in:
parent
0754a213c1
commit
0c15deaeb6
@ -3,7 +3,7 @@
|
|||||||
, ApplicationServices }:
|
, ApplicationServices }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "3.4.2";
|
version = "3.5";
|
||||||
name = "mercurial-${version}";
|
name = "mercurial-${version}";
|
||||||
in
|
in
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://mercurial.selenic.com/release/${name}.tar.gz";
|
url = "http://mercurial.selenic.com/release/${name}.tar.gz";
|
||||||
sha256 = "1kcfznv990mj30y4yk59hz4wkd3050h0hg7iib69w53nhi50xjfw";
|
sha256 = "19z92dgpxigri195w58xf9b267g4khzgm8wg575y17ykwxw6j3xm";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit python; # pass it so that the same version can be used in hg2git
|
inherit python; # pass it so that the same version can be used in hg2git
|
||||||
|
Loading…
Reference in New Issue
Block a user