Merge pull request #96320 from r-ryantm/auto-update/fossil

fossil: 2.11.1 -> 2.12.1
This commit is contained in:
Daniël de Kok 2020-08-26 08:27:06 +02:00 committed by GitHub
commit ff926743b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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