We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43682f commit 1b1ab2dCopy full SHA for 1b1ab2d
pkgs/tools/backup/btrbk/default.nix
@@ -18,11 +18,11 @@
18
19
stdenv.mkDerivation rec {
20
pname = "btrbk";
21
- version = "0.32.4";
+ version = "0.32.5";
22
23
src = fetchurl {
24
url = "https://digint.ch/download/btrbk/releases/${pname}-${version}.tar.xz";
25
- sha256 = "zGWdHrQZwBtMZ58gcnpj5eZksIwbCRIiz1qwif9ihto=";
+ sha256 = "8f5AkWgCFteMeQPYKn+P+V6Ypb6x0f/bK6UpOovDn7Q=";
26
};
27
28
nativeBuildInputs = [ asciidoctor makeWrapper ];
0 commit comments