mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-17 01:23:48 +00:00
paxctl: Fix URL
This commit is contained in:
parent
5b223d457e
commit
1b60ee5f67
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
|||
version = "0.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pax.grsecurity.net/${name}-${version}.tar.bz2";
|
||||
url = "https://pax.grsecurity.net/${name}.tar.bz2";
|
||||
sha256 = "1j6dg6wd1v7na5i4xj8zmbff0mdqdnw6cvqy0rsbz5anra27f1zp";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue