Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
keyutils: 1.6.1 -> 1.6.3
  • Loading branch information
peterhoeg committed Sep 16, 2020
1 parent e0759a4 commit e2fdaa7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/os-specific/linux/keyutils/default.nix
Expand Up @@ -7,11 +7,11 @@

stdenv.mkDerivation rec {
pname = "keyutils";
version = "1.6.1";
version = "1.6.3";

src = fetchurl {
url = "https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/${pname}-${version}.tar.gz";
sha256 = "0mzmw8c7gqmqaxm3sa0xki8ycjla47xxhqg0yh17pl00d7ydqw9w";
sha256 = "sha256-ph1XBhNq5MBb1I+GGGvP29iN2L1RB+Phlckkz8Gzm7Q=";
};

patches = [
Expand All @@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
BUILDDATE = "1970-01-01";
outputs = [ "out" "lib" "dev" ];

enableParallelBuilding = true;

installFlags = [
"ETCDIR=$(out)/etc"
"BINDIR=$(out)/bin"
Expand Down

0 comments on commit e2fdaa7

Please sign in to comment.