Merge pull request #79185 from zowoq/crun

crun: 0.11 -> 0.12
This commit is contained in:
Peter Hoeg 2020-02-04 08:59:33 +08:00 committed by GitHub
commit 1b38ba9121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "crun";
version = "0.11";
version = "0.12";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
sha256 = "0mn64hrgx4a7mhqjxn127i8yivhn1grp93wws1da1ffj4ap6ay76";
sha256 = "0sxpdv3afh8hn39jdg06vwkyp7i6dsyf1gg8719vwiwmcbhzj8mx";
fetchSubmodules = true;
};