Merge pull request #241579 from blargg/tandoor-recipes

tandoor-recipes: 1.4.9 -> 1.5.4

authored by

Nick Cao and committed by
GitHub
74174ea5 0e75cf50

+3 -3
+3 -3
pkgs/applications/misc/tandoor-recipes/common.nix
··· 1 1 { lib, fetchFromGitHub }: 2 2 rec { 3 - version = "1.4.12"; 3 + version = "1.5.4"; 4 4 5 5 src = fetchFromGitHub { 6 6 owner = "TandoorRecipes"; 7 7 repo = "recipes"; 8 8 rev = version; 9 - sha256 = "sha256-ZGPXcpicDYCE+J9mC2Dk/Ds2NYfUETuKXqHxpAGH86w="; 9 + sha256 = "sha256-cVrgmRDzuLzl2+4UcrLRdrP6ZFWMkavu9OEogNas2fA="; 10 10 }; 11 11 12 - yarnSha256 = "sha256-LJ0uL66tcK6zL8Mkd2UB8dHsslMTtf8wQmgbZdvOT6s="; 12 + yarnSha256 = "sha256-0u9P/OsoThP8gonrzcnO5zhIboWMI1mTsXHlbt7l9oE="; 13 13 14 14 meta = with lib; { 15 15 homepage = "https://tandoor.dev/";