tandoor-recipes: 2.6.0 -> 2.6.4 (#505070)

This commit is contained in:
Vladimír Čunát
2026-04-04 07:11:10 +00:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
@@ -16,6 +16,7 @@ let
DEBUG = "0";
DEBUG_TOOLBAR = "0";
MEDIA_ROOT = "${stateDir}${lib.optionalString useNewMediaRoot "/media"}";
ALLOWED_HOSTS = cfg.address;
}
// lib.optionalAttrs (config.time.timeZone != null) {
TZ = config.time.timeZone;
+3 -3
View File
@@ -1,15 +1,15 @@
{ lib, fetchFromGitHub }:
rec {
version = "2.6.0";
version = "2.6.4";
src = fetchFromGitHub {
owner = "TandoorRecipes";
repo = "recipes";
tag = version;
hash = "sha256-tjVqHcDy+Ms1L3IuGo3aKDKcrHU22YvDE8QBEQ8Hybg=";
hash = "sha256-PPx7rdJREh8qVHTk3a5j1lw3OwHXejravMGBak4u8b8=";
};
yarnHash = "sha256-yC8v/lYTL12YTJLX+/BrBLolzQ0O4kSZpcsduLHm65o=";
yarnHash = "sha256-9Oxp4C0iRaqsQG1e0DEdfUUAfSuZo/fiuQO0ofSJEXY=";
meta = {
homepage = "https://tandoor.dev/";