fossil: 2.6 -> 2.7

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fossil/versions
This commit is contained in:
R. RyanTM 2018-10-03 12:56:18 -07:00
parent 4d1abc4419
commit 7868debd46

View file

@ -5,7 +5,7 @@
stdenv.mkDerivation rec {
name = "fossil-${version}";
version = "2.6";
version = "2.7";
src = fetchurl {
urls =
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
"https://www.fossil-scm.org/index.html/uv/fossil-src-${version}.tar.gz"
];
name = "${name}.tar.gz";
sha256 = "1nbfzxwnq66f8162nmddd22xn3nyazqr16kka2c1gghqb5ar99vn";
sha256 = "0g032502lx4l1lvkczh8v7g0i90vbyriw0lmvi3mwjfp668ka91c";
};
buildInputs = [ zlib openssl readline sqlite which ed ]