summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/virtualization/crun
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-03-06 07:39:41 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-03-06 12:25:36 +1000
commit66aea3292fe073f7574183d31ee6dc1819f3d583 (patch)
treef8cd7bd98849f1017c5555dcafdebffd23e997b9 /pkgs/applications/virtualization/crun
parent6e103b062e9e5fa41c9c6f41ef5624d5c0a0c210 (diff)
crun: 0.12.2.1 -> 0.13
https://github.com/containers/crun/releases/tag/0.13
Diffstat (limited to 'pkgs/applications/virtualization/crun')
-rw-r--r--pkgs/applications/virtualization/crun/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/virtualization/crun/default.nix b/pkgs/applications/virtualization/crun/default.nix
index c82e29eb9a64..35b88d7e4474 100644
--- a/pkgs/applications/virtualization/crun/default.nix
+++ b/pkgs/applications/virtualization/crun/default.nix
@@ -33,13 +33,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
- version = "0.12.2.1";
+ version = "0.13";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
- sha256 = "16hjkkr1fp542ycyp87pj626mzfrza5mcb82hhkp4a8m8bqmpzp4";
+ sha256 = "0c5acf916yv2zv3xjvxk1sa4h3n2wljc5hw61php7q37pbjc1ppn";
fetchSubmodules = true;
};
@@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A fast and lightweight fully featured OCI runtime and C library for running containers";
- license = licenses.gpl3;
+ license = licenses.gpl2Plus;
platforms = platforms.linux;
inherit (src.meta) homepage;
};