summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/virtualization/crun
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2021-01-22 08:06:10 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2021-01-22 08:06:10 +1000
commit722c5a831603b8a8741f57688c1217c5c8fea127 (patch)
tree6c1325be1abf3f4fa8b716af9304fa86d9dc6661 /pkgs/applications/virtualization/crun
parent2ab13ca162762e8728c3f9bdac92cd9c933ed41f (diff)
crun: 0.16 -> 0.17
https://github.com/containers/crun/releases/tag/0.17
Diffstat (limited to 'pkgs/applications/virtualization/crun')
-rw-r--r--pkgs/applications/virtualization/crun/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/virtualization/crun/default.nix b/pkgs/applications/virtualization/crun/default.nix
index 3f4bbedbc1b5..143d2fdcea3e 100644
--- a/pkgs/applications/virtualization/crun/default.nix
+++ b/pkgs/applications/virtualization/crun/default.nix
@@ -35,13 +35,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
- version = "0.16";
+ version = "0.17";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
- sha256 = "03547axiwv161sbymh2vxqx591xr4nq6b9y8y45m15xvfv0f7vl8";
+ sha256 = "sha256-OdB7UXLG99ErbfSCvq87LxBy5EYkUvTfyQNG70RFbl4=";
fetchSubmodules = true;
};