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

btrbk: 0.32.0 -> 0.32.1
This commit is contained in:
Ryan Mulligan 2022-03-16 07:11:45 -07:00 committed by GitHub
commit 0ebe4abb9b
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.0";
version = "0.32.1";
src = fetchurl {
url = "https://digint.ch/download/btrbk/releases/${pname}-${version}.tar.xz";
sha256 = "HmvNtIgFfeaiFuSRobWlcJqusPSYtqAqx+79+CeNVDQ=";
sha256 = "flQf1KTybPImDoD+iNe+P+u1rOiYxXjQoltuGPWuX3g=";
};
nativeBuildInputs = [ asciidoctor makeWrapper ];