mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-21 11:33:24 +00:00
Fixing the mercurial version in name
svn path=/nixpkgs/trunk/; revision=17444
This commit is contained in:
parent
d568a59c86
commit
79090f21d4
|
@ -1,7 +1,7 @@
|
|||
args: with args;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "mercurial-1.0.2";
|
||||
name = "mercurial-1.2.2";
|
||||
src = fetchurl {
|
||||
url = http://www.selenic.com/mercurial/release/mercurial-1.2.1.tar.gz;
|
||||
sha256 = "0zmldqvl6lbg40d4jbx6hm8790bi8h4dfmawinvq5gfgpij78603";
|
||||
|
|
Loading…
Reference in a new issue