Merge pull request #187784 from r-ryantm/auto-update/btrbk

btrbk: 0.32.2 -> 0.32.4
This commit is contained in:
Bobby Rong
2022-08-24 18:26:09 +08:00
committed by GitHub
+2 -2
View File
@@ -18,11 +18,11 @@
stdenv.mkDerivation rec {
pname = "btrbk";
version = "0.32.2";
version = "0.32.4";
src = fetchurl {
url = "https://digint.ch/download/btrbk/releases/${pname}-${version}.tar.xz";
sha256 = "f5TDh/kkHbXKNmSlh73WQ+ft76RHfIDb4O+S6hKQID4=";
sha256 = "zGWdHrQZwBtMZ58gcnpj5eZksIwbCRIiz1qwif9ihto=";
};
nativeBuildInputs = [ asciidoctor makeWrapper ];