mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
update to 2.17
svn path=/nixpkgs/trunk/; revision=9499
This commit is contained in:
parent
2a79431f99
commit
614a3b47c6
@ -1,8 +1,8 @@
|
||||
{stdenv, fetchurl}: stdenv.mkDerivation {
|
||||
name = "which-2.16";
|
||||
src = fetchurl {
|
||||
url = http://ftp.gnu.org/gnu/which/which-2.16.tar.gz;
|
||||
md5 = "830b83af48347a9a3520f561e47cbc9b";
|
||||
url = http://ftp.gnu.org/gnu/which/which-2.17.tar.gz;
|
||||
sha256 = "1nnnbn83da8481blmcyv96gm15ccsilr93fmgmwdlzj8a72fjvqp";
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user