btrbk: 0.27.1 -> 0.27.2 (#58651)

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-07 07:26:19 -07:00 committed by xeji
parent 94169b1666
commit e82ef08411

View file

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