Patch sudo
This commit is contained in:
parent
bfc765f031
commit
52a74c426c
4 changed files with 15 additions and 1 deletions
11
overlays/sudo.nix
Normal file
11
overlays/sudo.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
self: super:
|
||||
{
|
||||
sudo = super.sudo.overrideAttrs (old: rec {
|
||||
pname = "sudo";
|
||||
version = "1.9.5p2";
|
||||
src = self.fetchurl {
|
||||
url = "https://www.sudo.ws/dist/${pname}-${version}.tar.gz";
|
||||
sha256 = "0y093z4f3822rc88g9asdch12nljdamp817vjxk04mca7ks2x7jk";
|
||||
};
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue