From 8249fdc2c96aca746dc4d89bb29adeea46d93644 Mon Sep 17 00:00:00 2001 From: Ryan Omasta Date: Wed, 10 Sep 2025 13:51:31 -0600 Subject: [PATCH] tandoor-recipes: 2.1.2 -> 2.2.3 https://github.com/TandoorRecipes/recipes/releases/tag/2.2.3 Diff: https://github.com/TandoorRecipes/recipes/compare/2.1.2...2.2.3 --- pkgs/by-name/ta/tandoor-recipes/common.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ta/tandoor-recipes/common.nix b/pkgs/by-name/ta/tandoor-recipes/common.nix index 7bd01e8df11e..3ae948f604f0 100644 --- a/pkgs/by-name/ta/tandoor-recipes/common.nix +++ b/pkgs/by-name/ta/tandoor-recipes/common.nix @@ -1,15 +1,15 @@ { lib, fetchFromGitHub }: rec { - version = "2.1.2"; + version = "2.2.3"; src = fetchFromGitHub { owner = "TandoorRecipes"; repo = "recipes"; tag = version; - hash = "sha256-FCCXzWaWjmsWidg1MgUIJtH+KN/gA1d7KBLRj3/1Fec="; + hash = "sha256-ezjeUOlbVoPWfUBs865ixBKet3U6O7UwfvqJY4v1hwQ="; }; - yarnHash = "sha256-vwPwJK+nGuhjJC5BdijAKOv7sgrdev63PWhuZXMD1E0="; + yarnHash = "sha256-1p79Bdsn6KDApYKz9BAwrA97svbB8ub+Wl49MTIumW8="; meta = { homepage = "https://tandoor.dev/";