Skip to content

Commit

Permalink
Merge pull request #43480 from r-ryantm/auto-update/bubblewrap
Browse files Browse the repository at this point in the history
bubblewrap: 0.2.1 -> 0.3.0
  • Loading branch information
jtojnar committed Jul 14, 2018
2 parents bc5f34a + cb0adcd commit 1a246c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/admin/bubblewrap/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "bubblewrap-${version}";
version = "0.2.1";
version = "0.3.0";

src = fetchurl {
url = "https://github.com/projectatomic/bubblewrap/releases/download/v${version}/${name}.tar.xz";
sha256 = "1qhzwgpfsw66hcv5kqc7i4dbzhxr8drrqn3md4grcp7dn02wif2l";
sha256 = "0b5gkr5xiqnr9cz5padkkkhm74ia9cb06pkpfi8j642anmq2irf8";
};

nativeBuildInputs = [ libcap libxslt docbook_xsl ];
Expand Down

0 comments on commit 1a246c0

Please sign in to comment.