Merge pull request #139680 from qowoz/crun

crun: 1.0 -> 1.1
This commit is contained in:
figsoda 2021-09-28 21:43:16 -04:00 committed by GitHub
commit 29632a4046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,13 +38,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.0";
version = "1.1";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
sha256 = "sha256-xpNwhNAbcTKkXl5i4L8aayMAx8O8SWdFlgHguHNiqqw=";
sha256 = "sha256-0UyxQ0eOsU3hIh7B56ClynjLFBIsBF+WTqOw4mSqulQ=";
fetchSubmodules = true;
};