fossil: 2.22 -> 2.23

This commit is contained in:
Ashish SHUKLA
2023-11-03 00:45:04 +01:00
parent 0cbe9f69c2
commit 33918e5679
@@ -17,11 +17,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fossil";
version = "2.22";
version = "2.23";
src = fetchurl {
url = "https://www.fossil-scm.org/home/tarball/version-${finalAttrs.version}/fossil-${finalAttrs.version}.tar.gz";
hash = "sha256-gdgj/29dF1s4TfqE7roNBS2nOjfNZs1yt4bnFnEhDWs=";
hash = "sha256-dfgI6BNRAYqXFnRtnvGh/huxkEcz6LQYZDiB04GYhZM=";
};
# required for build time tool `./tools/translate.c`