about summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-01-30 15:35:44 -0500
committerGitHub <noreply@github.com>2021-01-30 15:35:44 -0500
commitf72a44d6f5c486bb59dddd3c243b21dcb2a35b6a (patch)
tree3316579d83d9eb8d2796fb917fe39458f052964e /pkgs/applications/version-management
parent0c82e578fe1854ddb7c9243a12d3f9a51731fa8d (diff)
parentebe677c84f93d957268c75f90aed82a1e36a0a1f (diff)
Merge pull request #111210 from r-ryantm/auto-update/fossil
fossil: 2.13 -> 2.14
Diffstat (limited to 'pkgs/applications/version-management')
-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 987e7dcdaad0d..af2ed175ac878 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 ];