From 4b716021dc10f0ff95f94fa65fcd1592b45b75b3 Mon Sep 17 00:00:00 2001 From: Ryan Omasta Date: Fri, 21 Nov 2025 02:55:27 -0700 Subject: [PATCH] tandoor-recipes: 2.3.3 -> 2.3.6 https://github.com/TandoorRecipes/recipes/releases/tag/2.3.6 Diff: https://github.com/TandoorRecipes/recipes/compare/2.3.3...2.3.6 --- 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 721cf51303b6..68f172173c15 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.3.3"; + version = "2.3.6"; src = fetchFromGitHub { owner = "TandoorRecipes"; repo = "recipes"; tag = version; - hash = "sha256-N9eHoQyNPbjf4XrdNvTuMKs866mO+jgn2zRkXLAMtb8="; + hash = "sha256-DWPy4wse9sAr/xmZuNRXy4kYTD5elGx9QiXmJKrw860="; }; - yarnHash = "sha256-1p79Bdsn6KDApYKz9BAwrA97svbB8ub+Wl49MTIumW8="; + yarnHash = "sha256-++Si9U9Ouz9LpeemtqzIiQIpuhbSJkruKlVR1WSgQfo="; meta = { homepage = "https://tandoor.dev/";