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

fossil: 2.13 -> 2.14
This commit is contained in:
Mario Rodas 2021-01-30 15:35:44 -05:00 committed by GitHub
commit f72a44d6f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
stdenv.mkDerivation rec {
pname = "fossil";
version = "2.13";
version = "2.14";
src = fetchurl {
urls =
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
"https://www.fossil-scm.org/index.html/uv/fossil-src-${version}.tar.gz"
];
name = "${pname}-${version}.tar.gz";
sha256 = "1xbk7bb7340x2vvn22ykii54v721fwk8vgr3xvjkvv8ff7hd6cyr";
sha256 = "sha256-uNDJIBlt2K4pFS+nRI5ROh+nxYiHG3heP7/Ae0KgX7k=";
};
nativeBuildInputs = [ installShellFiles tcl ];