From 2b1839cf808f7970763c795c49e9672d6080389c Mon Sep 17 00:00:00 2001 From: Ryan Omasta Date: Mon, 28 Jul 2025 23:22:04 -0600 Subject: [PATCH] tandoor-recipes: 1.5.34 -> 1.5.35 https://github.com/TandoorRecipes/recipes/releases/tag/1.5.35 Diff: https://github.com/TandoorRecipes/recipes/compare/1.5.34...1.5.35 --- 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 2d9f980fdda9..ad73275243ac 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 = "1.5.34"; + version = "1.5.35"; src = fetchFromGitHub { owner = "TandoorRecipes"; repo = "recipes"; rev = version; - hash = "sha256-PnC1Z4UtHqfQOenNIQpxcRysD4Hpb/WfjDe0OZP/k+0="; + hash = "sha256-pzujKBUNVILFrgsCWuYFvO48AYPbBpxS1im1dj7NpMw="; }; - yarnHash = "sha256-IVCT1KUhShCXY5ocmOul7DMzTe6ULm32azFE8HES1vc="; + yarnHash = "sha256-P8TqHa5t3oWEYUQDD7VrGTWHJ3y68OhQa3YzQpceJgw="; meta = { homepage = "https://tandoor.dev/";