crun: 1.0 -> 1.1

https://github.com/containers/crun/releases/tag/1.1
This commit is contained in:
zowoq 2021-09-28 13:02:58 +10:00
parent dc72e18d5f
commit 41afede673

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