Skip to content

Commit

Permalink
crun: 1.8.1 -> 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Mar 22, 2023
1 parent fad9987 commit cb4b7e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/applications/virtualization/crun/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ let
in
stdenv.mkDerivation rec {
pname = "crun";
version = "1.8.1";
version = "1.8.2";

src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = version;
hash = "sha256-Pm96fOfbBqf7mc9llv3sFi00Ioa3f9WNoDmLBPhB2eI=";
hash = "sha256-3L+rhDfvxu9MhU/VvyJTIkDV+1h4Y56PbZRLS2a5rjY=";
fetchSubmodules = true;
};

Expand Down Expand Up @@ -73,6 +73,7 @@ stdenv.mkDerivation rec {
passthru.tests = { inherit (nixosTests) podman; };

meta = with lib; {
changelog = "https://github.com/containers/crun/releases/tag/${version}";
description = "A fast and lightweight fully featured OCI runtime and C library for running containers";
homepage = "https://github.com/containers/crun";
license = licenses.gpl2Plus;
Expand Down

0 comments on commit cb4b7e2

Please sign in to comment.