Merge pull request #75196 from r-ryantm/auto-update/bubblewrap

bubblewrap: 0.3.3 -> 0.4.0
This commit is contained in:
Mario Rodas 2019-12-22 18:11:52 -05:00 committed by GitHub
commit 2f2047c378
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bubblewrap";
version = "0.3.3";
version = "0.4.0";
src = fetchurl {
url = "https://github.com/projectatomic/bubblewrap/releases/download/v${version}/${pname}-${version}.tar.xz";
sha256 = "1zsd6rxryg97dkkhibr0fvq16x3s75qj84rvhdv8p42ag58mz966";
sha256 = "08r0f4c3fjkb4zjrb4kkax1zfcgcgic702vb62sjjw5xfhppvzp5";
};
nativeBuildInputs = [ libcap libxslt docbook_xsl ];