Skip to content

Commit

Permalink
bubblewrap: 0.1.8 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
7c6f434c committed Nov 11, 2017
1 parent 0483842 commit 57f5e2a
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.1.8";
version = "0.2.0";

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

nativeBuildInputs = [ libcap libxslt docbook_xsl ];
Expand Down

0 comments on commit 57f5e2a

Please sign in to comment.