crun: 1.3 -> 1.4

https://github.com/containers/crun/releases/tag/1.4
This commit is contained in:
zowoq
2021-12-23 05:42:59 +10:00
parent c934f6b624
commit c99468ee3f
@@ -37,13 +37,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.3";
version = "1.4";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
sha256 = "sha256-c0jXhqYdEpt4De1Z6VNwyrv0KJcf039Wp3ye0oTW0Qc=";
sha256 = "sha256-hO3gOZ0AaSvymIDvoylHzlHscoN1+G7wDXTCP1c5uIw=";
fetchSubmodules = true;
};