From 3d413a6a710844c5b6a8e0c49b9ee97d3c7df6ff Mon Sep 17 00:00:00 2001 From: Ryan Omasta Date: Thu, 25 Sep 2025 00:14:25 -0600 Subject: [PATCH] tandoor-recipes: 2.2.3 -> 2.2.5 https://github.com/TandoorRecipes/recipes/releases/tag/2.2.5 Diff: https://github.com/TandoorRecipes/recipes/compare/2.2.3...2.2.5 --- pkgs/by-name/ta/tandoor-recipes/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ta/tandoor-recipes/common.nix b/pkgs/by-name/ta/tandoor-recipes/common.nix index 3ae948f604f0..475f23738cca 100644 --- a/pkgs/by-name/ta/tandoor-recipes/common.nix +++ b/pkgs/by-name/ta/tandoor-recipes/common.nix @@ -1,12 +1,12 @@ { lib, fetchFromGitHub }: rec { - version = "2.2.3"; + version = "2.2.5"; src = fetchFromGitHub { owner = "TandoorRecipes"; repo = "recipes"; tag = version; - hash = "sha256-ezjeUOlbVoPWfUBs865ixBKet3U6O7UwfvqJY4v1hwQ="; + hash = "sha256-N6d5T11fOAtPKAV/tqTWGdwMkWNY8rPpWT2TBSc0ybc="; }; yarnHash = "sha256-1p79Bdsn6KDApYKz9BAwrA97svbB8ub+Wl49MTIumW8=";