mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
sudo: 1.8.24 -> 1.8.25 (#46057)
https://www.sudo.ws/stable.html (may need to scroll to the 1.8.25 notes afternewer versions are released)
This commit is contained in:
parent
b75ea627c6
commit
d93aa1c50f
@ -5,14 +5,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "sudo-1.8.24";
|
name = "sudo-1.8.25";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls =
|
urls =
|
||||||
[ "ftp://ftp.sudo.ws/pub/sudo/${name}.tar.gz"
|
[ "ftp://ftp.sudo.ws/pub/sudo/${name}.tar.gz"
|
||||||
"ftp://ftp.sudo.ws/pub/sudo/OLD/${name}.tar.gz"
|
"ftp://ftp.sudo.ws/pub/sudo/OLD/${name}.tar.gz"
|
||||||
];
|
];
|
||||||
sha256 = "1s2v49n905wf3phmdnaa6v1dwck2lrcin0flg85z7klf35x5b25l";
|
sha256 = "0hfw6pcwjvv1vvnhb4n1p210306jm4npz99p9cfhbd33yrhhzkwx";
|
||||||
};
|
};
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user