3
0
Fork 0
forked from mirrors/nixpkgs

bubblewrap: 0.6.1 -> 0.6.2

https://github.com/containers/bubblewrap/releases/tag/v0.6.2
This commit is contained in:
Robert Schütz 2022-05-11 22:59:57 +00:00
parent e680b5cf74
commit 4af1709959

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "bubblewrap";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "containers";
repo = "bubblewrap";
rev = "v${version}";
sha256 = "sha256-YmK/Tq9/JTJr5gLNKEH5t6TvvXlNSTDz5Ui7d3ewv2s=";
hash = "sha256-J+VFla3sWO+DfB2IxxrKzbiG+KWFJr9caf8sTHyWXY4=";
};
postPatch = ''