about summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-28 23:16:12 +0000
committerJon <jonringer@users.noreply.github.com>2020-06-02 12:50:33 -0700
commit64de2db0c23977eec3fc99691242e20af2ee5309 (patch)
tree59b44e7c1de6953533694f977f88f1cecd3f76a9 /pkgs/applications/version-management
parentcb374f90651ffa3f1934762ac22b2ab406488ade (diff)
downloadnixlib-64de2db0c23977eec3fc99691242e20af2ee5309.tar
nixlib-64de2db0c23977eec3fc99691242e20af2ee5309.tar.gz
nixlib-64de2db0c23977eec3fc99691242e20af2ee5309.tar.bz2
nixlib-64de2db0c23977eec3fc99691242e20af2ee5309.tar.lz
nixlib-64de2db0c23977eec3fc99691242e20af2ee5309.tar.xz
nixlib-64de2db0c23977eec3fc99691242e20af2ee5309.tar.zst
nixlib-64de2db0c23977eec3fc99691242e20af2ee5309.zip
fossil: 2.10 -> 2.11
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 fa715884b601..c7f523861c11 100644
--- a/pkgs/applications/version-management/fossil/default.nix
+++ b/pkgs/applications/version-management/fossil/default.nix
@@ -5,7 +5,7 @@
 
 stdenv.mkDerivation rec {
   pname = "fossil";
-  version = "2.10";
+  version = "2.11";
 
   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 = "041bs4fgk52fw58p7s084pxk9d9vs5v2f2pjbznqawz75inpg8yq";
+    sha256 = "0c9nzx42wxfmym9vf1pnbdb1c7gp7a7zqky60izxsph7w2xh8nix";
   };
 
   buildInputs = [ zlib openssl readline sqlite which ed ]