Unverified Commit e36e6601 authored by Vladimír Čunát's avatar Vladimír Čunát Committed by GitHub
Browse files

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

parents df511edf 8e7a0ca8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
{ 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/";