Skip to content

Commit 1b1ab2d

Browse files
r-ryantmbobby285271
authored andcommitted
btrbk: 0.32.4 -> 0.32.5
1 parent b43682f commit 1b1ab2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/backup/btrbk/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818

1919
stdenv.mkDerivation rec {
2020
pname = "btrbk";
21-
version = "0.32.4";
21+
version = "0.32.5";
2222

2323
src = fetchurl {
2424
url = "https://digint.ch/download/btrbk/releases/${pname}-${version}.tar.xz";
25-
sha256 = "zGWdHrQZwBtMZ58gcnpj5eZksIwbCRIiz1qwif9ihto=";
25+
sha256 = "8f5AkWgCFteMeQPYKn+P+V6Ypb6x0f/bK6UpOovDn7Q=";
2626
};
2727

2828
nativeBuildInputs = [ asciidoctor makeWrapper ];

0 commit comments

Comments
 (0)