btrbk: 0.27.2 -> 0.28.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/btrbk/versions
This commit is contained in:
R. RyanTM 2019-04-30 04:55:58 -07:00 committed by Frederik Rietdijk
parent 3e769179e8
commit a381d42221

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "btrbk-${version}";
version = "0.27.2";
version = "0.28.0";
src = fetchurl {
url = "https://digint.ch/download/btrbk/releases/${name}.tar.xz";
sha256 = "1xxpwlvijzgvn17sag9gx3vbmk82plmyp19wah714z3j07djczh2";
sha256 = "1bqgcbkdd5s3l3ba1ifa9l523r8cr5y3arjdy9f6rmm840kn7xzf";
};
nativeBuildInputs = [ asciidoc makeWrapper ];