mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
ansel: unstable-2024-02-23 -> 0-unstable-2024-02-23
This commit is contained in:
parent
9ed8582721
commit
0d57ff4bdf
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user