mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
crun: 1.8.1 -> 1.8.2
Diff: https://github.com/containers/crun/compare/1.8.1...1.8.2 Changelog: https://github.com/containers/crun/releases/tag/1.8.2
This commit is contained in:
parent
fad9987f76
commit
cb4b7e205f
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue