Merge pull request #151818 from qowoz/crun

crun: 1.3 -> 1.4
This commit is contained in:
adisbladis 2021-12-23 19:04:26 +12:00 committed by GitHub
commit c089595804
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,13 +37,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.3";
version = "1.4";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
sha256 = "sha256-c0jXhqYdEpt4De1Z6VNwyrv0KJcf039Wp3ye0oTW0Qc=";
sha256 = "sha256-hO3gOZ0AaSvymIDvoylHzlHscoN1+G7wDXTCP1c5uIw=";
fetchSubmodules = true;
};