Skip to content

Commit

Permalink
bubblewrap: 0.4.1 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jtojnar committed Oct 16, 2021
1 parent ba98780 commit d7b844e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/admin/bubblewrap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "bubblewrap";
version = "0.4.1";
version = "0.5.0";

src = fetchurl {
url = "https://github.com/containers/bubblewrap/releases/download/v${version}/${pname}-${version}.tar.xz";
sha256 = "00ycgi6q2yngh06bnz50wkvar6r2jnjf3j158grhi9k13jdrpimr";
sha256 = "sha256-Fv2vM3mdYxBONH4BM/kJGW/pDQxQUV0BC8tCLrWgCBg=";
};

nativeBuildInputs = [ libxslt docbook_xsl ];
Expand Down

0 comments on commit d7b844e

Please sign in to comment.