From 5d3e86447d71bc1e45a3924a968e7e21df2ccc24 Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Tue, 31 Aug 2021 19:58:02 +0100 Subject: [PATCH] fossil: 2.14 -> 2.14.2 --- .../applications/version-management/fossil/default.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/pkgs/applications/version-management/fossil/default.nix b/pkgs/applications/version-management/fossil/default.nix index af2ed175ac8..07be7f16bde 100644 --- a/pkgs/applications/version-management/fossil/default.nix +++ b/pkgs/applications/version-management/fossil/default.nix @@ -15,15 +15,11 @@ stdenv.mkDerivation rec { pname = "fossil"; - version = "2.14"; + version = "2.14.2"; src = fetchurl { - urls = - [ - "https://www.fossil-scm.org/index.html/uv/fossil-src-${version}.tar.gz" - ]; - name = "${pname}-${version}.tar.gz"; - sha256 = "sha256-uNDJIBlt2K4pFS+nRI5ROh+nxYiHG3heP7/Ae0KgX7k="; + url = "https://www.fossil-scm.org/home/tarball/version-${version}/fossil-${version}.tar.gz"; + sha256 = "1611xyy70vwymj1wa8hpanyd903dv9gw07r74vrzi5myn0r8kr7z"; }; nativeBuildInputs = [ installShellFiles tcl ];