1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

btrbk: 0.27.0 -> 0.27.1

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 2018-12-16 10:33:38 -08:00 committed by Robin Gloster
parent 57d9c3d296
commit aeff26bad4

View file

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