mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
gradm: Fix URL
This commit is contained in:
parent
1b60ee5f67
commit
bf02ae28d6
@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
||||
version = "3.0-201401291757";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://grsecurity.net/stable/${name}-${version}.tar.gz";
|
||||
url = "http://grsecurity.net/stable/${name}.tar.gz";
|
||||
sha256 = "19p7kaqbvf41scc63n69b5v5xzpw3mbf5zy691rply8hdm7736cw";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user