summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-07-14 00:00:46 -0600
committerGitHub <noreply@github.com>2023-07-14 00:00:46 -0600
commit74174ea51fee16b9378106ee55aa7142bd825e88 (patch)
tree2bcb38a8fd20f96f631e8870e48cff1ed607f997
parent0e75cf508833d1d2784b7a1ba5060c32425e6494 (diff)
parent0927c0815c48e8f949ee208a3ce2cc1f35468919 (diff)
downloadnixpkgs-74174ea51fee16b9378106ee55aa7142bd825e88.tar
nixpkgs-74174ea51fee16b9378106ee55aa7142bd825e88.tar.gz
nixpkgs-74174ea51fee16b9378106ee55aa7142bd825e88.tar.bz2
nixpkgs-74174ea51fee16b9378106ee55aa7142bd825e88.tar.lz
nixpkgs-74174ea51fee16b9378106ee55aa7142bd825e88.tar.xz
nixpkgs-74174ea51fee16b9378106ee55aa7142bd825e88.tar.zst
nixpkgs-74174ea51fee16b9378106ee55aa7142bd825e88.zip
Merge pull request #241579 from blargg/tandoor-recipes
tandoor-recipes: 1.4.9 -> 1.5.4
-rw-r--r--pkgs/applications/misc/tandoor-recipes/common.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/tandoor-recipes/common.nix b/pkgs/applications/misc/tandoor-recipes/common.nix
index ffa3101ae11..6ae3ede11b1 100644
--- a/pkgs/applications/misc/tandoor-recipes/common.nix
+++ b/pkgs/applications/misc/tandoor-recipes/common.nix
@@ -1,15 +1,15 @@
 { lib, fetchFromGitHub }:
 rec {
-  version = "1.4.12";
+  version = "1.5.4";
 
   src = fetchFromGitHub {
     owner = "TandoorRecipes";
     repo = "recipes";
     rev = version;
-    sha256 = "sha256-ZGPXcpicDYCE+J9mC2Dk/Ds2NYfUETuKXqHxpAGH86w=";
+    sha256 = "sha256-cVrgmRDzuLzl2+4UcrLRdrP6ZFWMkavu9OEogNas2fA=";
   };
 
-  yarnSha256 = "sha256-LJ0uL66tcK6zL8Mkd2UB8dHsslMTtf8wQmgbZdvOT6s=";
+  yarnSha256 = "sha256-0u9P/OsoThP8gonrzcnO5zhIboWMI1mTsXHlbt7l9oE=";
 
   meta = with lib; {
     homepage = "https://tandoor.dev/";