summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-29 22:04:15 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-01-29 22:04:15 +0000
commitebe677c84f93d957268c75f90aed82a1e36a0a1f (patch)
tree293235a1c15f06e13c2653cc7e322d08e512921c /pkgs/applications
parent5953c2bc948f686d9fec26ae9e265bc76fdc937f (diff)
fossil: 2.13 -> 2.14
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/version-management/fossil/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/fossil/default.nix b/pkgs/applications/version-management/fossil/default.nix
index 987e7dcdaad0..af2ed175ac87 100644
--- a/pkgs/applications/version-management/fossil/default.nix
+++ b/pkgs/applications/version-management/fossil/default.nix
@@ -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 ];