mercurial: 3.5 -> 3.5.1, fixes #9615

authored by koral and committed by Rok Garbas 944a0c82 0c15deae

+2 -2
+2 -2
pkgs/applications/version-management/mercurial/default.nix
··· 3 , ApplicationServices }: 4 5 let 6 - version = "3.5"; 7 name = "mercurial-${version}"; 8 in 9 ··· 12 13 src = fetchurl { 14 url = "http://mercurial.selenic.com/release/${name}.tar.gz"; 15 - sha256 = "19z92dgpxigri195w58xf9b267g4khzgm8wg575y17ykwxw6j3xm"; 16 }; 17 18 inherit python; # pass it so that the same version can be used in hg2git
··· 3 , ApplicationServices }: 4 5 let 6 + version = "3.5.1"; 7 name = "mercurial-${version}"; 8 in 9 ··· 12 13 src = fetchurl { 14 url = "http://mercurial.selenic.com/release/${name}.tar.gz"; 15 + sha256 = "1795ia6ghbqwfp4d6bz0qwlvzymh76zdgk2viikrkqq3ldfs8zcr"; 16 }; 17 18 inherit python; # pass it so that the same version can be used in hg2git