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 obsidian-plugin-tasks
pkgs.stdenv.mkDerivation rec {
pname = "obsidian-plugin-tasks";
version = "7.18.4";
version = "7.19.1";
src = pkgs.fetchFromGitHub {
owner = "obsidian-tasks-group";
repo = "obsidian-tasks";
rev = version;
hash = "sha256-NC4Q5hmKGz3Dgz8CEKfochSrsOzjNDcrGnezWP7XesI=";
hash = "sha256-tz22NIfgCicXzieV2dPFvwozzklk6Ovc4Lw6BiF0FIs=";
};
offlineCache = pkgs.fetchYarnDeps {