bubblewrap: 0.5.0 -> 0.6.0

This commit is contained in:
R. Ryantm 2022-02-25 02:59:40 +00:00 committed by Dmitry Kalinkin
parent 773d7b100c
commit 59f6ea24c9

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bubblewrap";
version = "0.5.0";
version = "0.6.0";
src = fetchurl {
url = "https://github.com/containers/bubblewrap/releases/download/v${version}/${pname}-${version}.tar.xz";
sha256 = "sha256-Fv2vM3mdYxBONH4BM/kJGW/pDQxQUV0BC8tCLrWgCBg=";
sha256 = "sha256-ETk88gWPIuamxunMo8hf9MQjmAbLKP7mV8YqVE3zVpM=";
};
nativeBuildInputs = [ libxslt docbook_xsl ];