Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-04-01 11:16:26 +01:00
parent d928efb31e
commit de9c5481cb
7 changed files with 42 additions and 44 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-08";
version = "release-2.0.0-unstable-2025-03-19";
src = pkgs.fetchFromGitHub {
owner = "darktable-org";
repo = "lua-scripts";
rev = "a9191cf084ea7c223d0c18504f17043ad973eff3";
hash = "sha256-JF/+UuoZmK9CSbBs7XZQpTHqrsBNbzoMyLShZ086Fr4=";
rev = "6fdd78114f0b9caff65cf56571e97c61b5173d0b";
hash = "sha256-dtAa58G4XtGIR6eEUx0+J9UrB1nG+/rPZsRxCGOt6aY=";
};
installPhase = ''

View File

@@ -2,13 +2,13 @@
# AUTO-UPDATE: nix-update --flake obsidian-plugin-tasks
pkgs.stdenv.mkDerivation rec {
pname = "obsidian-plugin-tasks";
version = "7.18.3";
version = "7.18.4";
src = pkgs.fetchFromGitHub {
owner = "obsidian-tasks-group";
repo = "obsidian-tasks";
rev = version;
hash = "sha256-8wWUvpMmOytX8uOvoopOK6wSS+ZvM7EmVX0R4dP0+uw=";
hash = "sha256-NC4Q5hmKGz3Dgz8CEKfochSrsOzjNDcrGnezWP7XesI=";
};
offlineCache = pkgs.fetchYarnDeps {