Merge pull request #98570 from saschagrunert/crun

crun: 0.14.1 -> 0.15
This commit is contained in:
adisbladis 2020-09-23 19:04:33 +02:00 committed by GitHub
commit c6519c87c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@ let
"test_pid.py"
"test_pid_file.py"
"test_preserve_fds.py"
"test_resources"
"test_start.py"
"test_uid_gid.py"
"test_update.py"
@ -34,13 +35,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "0.14.1";
version = "0.15";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
sha256 = "0r77ksdrpxskf79m898a7ai8wxw9fmmsf2lg8fw3ychnk74l8jvh";
sha256 = "0cqzk2lm1w0g2v6qhiliq565cf4p7hzh839jb01p3i5cr9kx11kc";
fetchSubmodules = true;
};