crun: 1.13 -> 1.14

This commit is contained in:
R. Ryantm 2024-01-25 05:44:49 +00:00
parent 7b1be1e6d4
commit 71f28c8795

View File

@ -39,13 +39,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.13";
version = "1.14";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-doGZ1rHHXDRClrTEXYJcU6AqlBTanpNpV6EIbxQgcXY=";
hash = "sha256-ElmdYJ4X5C+2BKWgUoL7bg/whvAg2CFBDFAGnJXscB4=";
fetchSubmodules = true;
};