Merge pull request #92107 from zowoq/crun

crun: 0.13 -> 0.14
This commit is contained in:
Daniël de Kok 2020-07-03 17:17:27 +02:00 committed by GitHub
commit 037d3edff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,13 +34,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "0.13";
version = "0.14";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
sha256 = "0c5acf916yv2zv3xjvxk1sa4h3n2wljc5hw61php7q37pbjc1ppn";
sha256 = "14hmdarmhkfp5qgd8ifn7dn895j54ibaficci82q40haqh252l4n";
fetchSubmodules = true;
};