btrbk: 0.32.0 -> 0.32.1
This commit is contained in:
parent
f49aa165fb
commit
3b25e846f2
@ -18,11 +18,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "btrbk";
|
pname = "btrbk";
|
||||||
version = "0.32.0";
|
version = "0.32.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://digint.ch/download/btrbk/releases/${pname}-${version}.tar.xz";
|
url = "https://digint.ch/download/btrbk/releases/${pname}-${version}.tar.xz";
|
||||||
sha256 = "HmvNtIgFfeaiFuSRobWlcJqusPSYtqAqx+79+CeNVDQ=";
|
sha256 = "flQf1KTybPImDoD+iNe+P+u1rOiYxXjQoltuGPWuX3g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ asciidoctor makeWrapper ];
|
nativeBuildInputs = [ asciidoctor makeWrapper ];
|
||||||
|
Loading…
Reference in New Issue
Block a user