tandoor-recipes: 2.3.3 -> 2.3.6, fix update script (#463701)

This commit is contained in:
Leona Maroni
2025-11-27 22:15:03 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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/";
+1 -1
View File
@@ -29,7 +29,7 @@ tmpdir=$(mktemp -d)
trap 'rm -rf "$tmpdir"' EXIT
pushd "$tmpdir"
wget "${TOKEN_ARGS[@]}" "$package_src/vue/yarn.lock"
wget "${TOKEN_ARGS[@]}" "$package_src/vue3/yarn.lock"
yarn_hash=$(prefetch-yarn-deps yarn.lock)
popd