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

btrbk: 0.32.5 -> 0.32.6
This commit is contained in:
Ilan Joselevich 2023-03-28 03:25:04 +03:00 committed by GitHub
commit 0ac8de3bc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,11 +18,11 @@
stdenv.mkDerivation rec {
pname = "btrbk";
version = "0.32.5";
version = "0.32.6";
src = fetchurl {
url = "https://digint.ch/download/btrbk/releases/${pname}-${version}.tar.xz";
sha256 = "8f5AkWgCFteMeQPYKn+P+V6Ypb6x0f/bK6UpOovDn7Q=";
sha256 = "AuKsZHyRhGMgLL5ge7lVV6T3/SNwaRJDM8VNpbK7t2s=";
};
nativeBuildInputs = [ asciidoctor makeWrapper ];