crun: 0.14.1 -> 0.15

Signed-off-by: Sascha Grunert <sgrunert@suse.com>
gstqt5
Sascha Grunert 2020-09-23 17:16:45 +02:00
parent 3d048b1bee
commit dcb8c26e43
No known key found for this signature in database
GPG Key ID: 8CE029DD1A866E52
1 changed files with 3 additions and 2 deletions

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;
};