ansel: unstable-2024-02-23 -> 0-unstable-2024-02-23

This commit is contained in:
OPNA2608
2024-05-04 19:33:52 +02:00
parent 9ed8582721
commit 0d57ff4bdf
+5 -2
View File
@@ -77,7 +77,7 @@ let
in
stdenv.mkDerivation {
pname = "ansel";
version = "unstable-2024-02-23";
version = "0-unstable-2024-02-23";
src = fetchFromGitHub {
owner = "aurelienpierreeng";
@@ -160,7 +160,10 @@ stdenv.mkDerivation {
)
'';
passthru.updateScript = unstableGitUpdater { };
passthru.updateScript = unstableGitUpdater {
# Tags inherited from Darktable, + a "nightly" 0.0.0 tag that new artefacts get attached to
hardcodeZeroVersion = true;
};
meta = {
description = "A darktable fork minus the bloat plus some design vision";