From a2ca895dcb90d5f079e6986528f2a9ded2c7ce1f Mon Sep 17 00:00:00 2001 From: Ryan Omasta Date: Sat, 6 Sep 2025 13:53:17 -0600 Subject: [PATCH 1/2] tandoor-recipes: 2.0.1 -> 2.1.2 https://github.com/TandoorRecipes/recipes/releases/tag/2.1.2 Diff: https://github.com/TandoorRecipes/recipes/compare/2.0.1...2.1.2 --- 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 92ab353d10f0..ceb3855038bc 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.0.1"; + version = "2.1.2"; src = fetchFromGitHub { owner = "TandoorRecipes"; repo = "recipes"; tag = version; - hash = "sha256-tFnfuRYg9lq7hveGZqpRVHNaXxS6BUs88/BHnUXe4mA="; + hash = "sha256-FCCXzWaWjmsWidg1MgUIJtH+KN/gA1d7KBLRj3/1Fec="; }; - yarnHash = "sha256-6+GmYibzujV1vE0FqMctGscRkrendpvczDdMK++qtTU="; + yarnHash = "sha256-vwPwJK+nGuhjJC5BdijAKOv7sgrdev63PWhuZXMD1E0="; meta = { homepage = "https://tandoor.dev/"; From 3da8a0e8f95727884375728addd973414a76fa2f Mon Sep 17 00:00:00 2001 From: Ryan Omasta Date: Sat, 6 Sep 2025 13:54:30 -0600 Subject: [PATCH 2/2] tandoor-recipes: add ryand56 as maintainer --- pkgs/by-name/ta/tandoor-recipes/common.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/ta/tandoor-recipes/common.nix b/pkgs/by-name/ta/tandoor-recipes/common.nix index ceb3855038bc..7bd01e8df11e 100644 --- a/pkgs/by-name/ta/tandoor-recipes/common.nix +++ b/pkgs/by-name/ta/tandoor-recipes/common.nix @@ -15,6 +15,9 @@ rec { homepage = "https://tandoor.dev/"; changelog = "https://github.com/TandoorRecipes/recipes/releases/tag/${version}"; license = lib.licenses.agpl3Only; - maintainers = with lib.maintainers; [ jvanbruegge ]; + maintainers = with lib.maintainers; [ + jvanbruegge + ryand56 + ]; }; }