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

btrbk: 0.31.3 -> 0.32.0
This commit is contained in:
Bobby Rong
2022-02-10 19:08:37 +08:00
committed by GitHub
+2 -2
View File
@@ -18,11 +18,11 @@
stdenv.mkDerivation rec {
pname = "btrbk";
version = "0.31.3";
version = "0.32.0";
src = fetchurl {
url = "https://digint.ch/download/btrbk/releases/${pname}-${version}.tar.xz";
sha256 = "1lx7vnf386nsik8mxrrfyx1h7mkqk5zs26sy0s0lynfxcm4lkxb2";
sha256 = "HmvNtIgFfeaiFuSRobWlcJqusPSYtqAqx+79+CeNVDQ=";
};
nativeBuildInputs = [ asciidoctor makeWrapper ];