keyctl: 1.6 -> 1.6.1

This commit is contained in:
Eelco Dolstra 2019-11-20 17:24:21 +01:00
parent 10d0c68a9b
commit 68f06e4438

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "keyutils";
version = "1.6";
version = "1.6.1";
src = fetchurl {
url = "https://people.redhat.com/dhowells/keyutils/${pname}-${version}.tar.bz2";
sha256 = "05bi5ja6f3h3kdi7p9dihlqlfrsmi1wh1r2bdgxc0180xh6g5bnk";
url = "https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git/snapshot/${pname}-${version}.tar.gz";
sha256 = "0mzmw8c7gqmqaxm3sa0xki8ycjla47xxhqg0yh17pl00d7ydqw9w";
};
patches = [