runc: 1.0.0-rc3 -> 1.0.0-rc4

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2017-09-19 11:55:01 +02:00
parent add7faf539
commit 19ba982b40
No known key found for this signature in database
GPG key ID: 083CC6FD6EB699A3

View file

@ -5,13 +5,13 @@ with lib;
stdenv.mkDerivation rec {
name = "runc-${version}";
version = "1.0.0-rc3";
version = "1.0.0-rc4";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
rev = "v${version}";
sha256 = "14hdhnni0rz3g0bhcaq95zn2zrhyds0mq2pm2padbamg4bgq4r1c";
sha256 = "0dh24x0zw90hs7618pnqvjhd2nx8dpz3b5jwc1vbs8dawj8prir2";
};
outputs = [ "out" "man" ];