Merge pull request #83777 from zowoq/bubblewrap
bubblewrap: 0.4.0 -> 0.4.1
This commit is contained in:
commit
d94e5255c6
@ -2,18 +2,18 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bubblewrap";
|
pname = "bubblewrap";
|
||||||
version = "0.4.0";
|
version = "0.4.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/projectatomic/bubblewrap/releases/download/v${version}/${pname}-${version}.tar.xz";
|
url = "https://github.com/containers/bubblewrap/releases/download/v${version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "08r0f4c3fjkb4zjrb4kkax1zfcgcgic702vb62sjjw5xfhppvzp5";
|
sha256 = "00ycgi6q2yngh06bnz50wkvar6r2jnjf3j158grhi9k13jdrpimr";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ libcap libxslt docbook_xsl ];
|
nativeBuildInputs = [ libcap libxslt docbook_xsl ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Unprivileged sandboxing tool";
|
description = "Unprivileged sandboxing tool";
|
||||||
homepage = https://github.com/projectatomic/bubblewrap;
|
homepage = "https://github.com/containers/bubblewrap";
|
||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user