fossil: 2.26 -> 2.27 (#449151)

This commit is contained in:
Thomas Gerbet
2025-10-08 08:23:16 +00:00
committed by GitHub

View File

@@ -19,11 +19,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fossil";
version = "2.26";
version = "2.27";
src = fetchurl {
url = "https://www.fossil-scm.org/home/tarball/version-${finalAttrs.version}/fossil-${finalAttrs.version}.tar.gz";
hash = "sha256-uzT3iOGB1MRQXWmtQNZWazOYiGH4kdtt/KJ6uVQrcqo=";
hash = "sha256-1YVOgyNBDy/CeuVfrhE/D4LfQwv5uFfykoYwiZ3eFFY=";
};
# required for build time tool `./tools/translate.c`
@@ -55,6 +55,11 @@ stdenv.mkDerivation (finalAttrs: {
export USER=nonexistent-but-specified-user
'';
# see https://fossil-scm.org/home/vinfo/4619d2efab946460?diff=1
preCheck = ''
mv test/settings.test test/settings.test.off
'';
installPhase = ''
mkdir -p $out/bin
INSTALLDIR=$out/bin make install