Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-04-25 17:35:29 +03:00
parent 8b2cebae3b
commit 855edc83f4
25 changed files with 178 additions and 762 deletions

View File

@@ -2,13 +2,13 @@
# AUTO-UPDATE: nix-update --flake --version=branch=master darktable-lua-scripts
pkgs.stdenv.mkDerivation rec {
pname = "darktable-lua-scripts";
version = "release-2.0.0-unstable-2025-03-19";
version = "release-2.0.0-unstable-2025-04-11";
src = pkgs.fetchFromGitHub {
owner = "darktable-org";
repo = "lua-scripts";
rev = "6fdd78114f0b9caff65cf56571e97c61b5173d0b";
hash = "sha256-dtAa58G4XtGIR6eEUx0+J9UrB1nG+/rPZsRxCGOt6aY=";
rev = "00437699463ce771f4eb474de9a67578b7ced36a";
hash = "sha256-eBKu5Z4bKHE4hIWIUSFOT2d9zE2mGJy6fM69RC29bSA=";
};
installPhase = ''