3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 2151d19920
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.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 ];