bubblewrap: 0.7.0 -> 0.8.0
Diff: https://github.com/containers/bubblewrap/compare/v0.7.0...v0.8.0 Changelog: https://github.com/containers/bubblewrap/releases/tag/v0.8.0
This commit is contained in:
parent
7afa5caf5f
commit
067d00f765
1 changed files with 3 additions and 2 deletions
|
@ -13,13 +13,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bubblewrap";
|
pname = "bubblewrap";
|
||||||
version = "0.7.0";
|
version = "0.8.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "containers";
|
owner = "containers";
|
||||||
repo = "bubblewrap";
|
repo = "bubblewrap";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-ddxEtBw6JcSsZCN5uKyuBMVkWwSoThfxrcvHZGZzFr4=";
|
hash = "sha256-UiZfp1bX/Eul5x31oBln5P9KMT2oFwawQqDs9udZUxY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
changelog = "https://github.com/containers/bubblewrap/releases/tag/${src.rev}";
|
||||||
description = "Unprivileged sandboxing tool";
|
description = "Unprivileged sandboxing tool";
|
||||||
homepage = "https://github.com/containers/bubblewrap";
|
homepage = "https://github.com/containers/bubblewrap";
|
||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
|
|
Loading…
Reference in a new issue