crun: 1.27 -> 1.27.1

This commit is contained in:
R. Ryantm
2026-04-21 12:42:01 +00:00
parent 0c0c466ceb
commit d782282436
+2 -2
View File
@@ -45,13 +45,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "crun";
version = "1.27";
version = "1.27.1";
src = fetchFromGitHub {
owner = "containers";
repo = "crun";
tag = finalAttrs.version;
hash = "sha256-AhNKSwKZdm/8rZsDIGwNdNcVUXFvEGQecGw3pZYjmZw=";
hash = "sha256-cuzw0YbbV4LU5nOP2DZghLAIYhkSY3Qf1bdm+JskHZA=";
fetchSubmodules = true;
leaveDotGit = true;
postFetch = ''