mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
tandoor-recipes: 1.5.32 -> 1.5.34 (#394936)
This commit is contained in:
commit
7c912542a4
2 changed files with 7 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
{ lib, fetchFromGitHub }:
|
{ lib, fetchFromGitHub }:
|
||||||
rec {
|
rec {
|
||||||
version = "1.5.32";
|
version = "1.5.34";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "TandoorRecipes";
|
owner = "TandoorRecipes";
|
||||||
repo = "recipes";
|
repo = "recipes";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-CNlst4bpvRSOPABg85k9xltbrZhs5MQLfJr+t7l7hhI=";
|
hash = "sha256-PnC1Z4UtHqfQOenNIQpxcRysD4Hpb/WfjDe0OZP/k+0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
yarnHash = "sha256-CFPofExwhvto6FVBXdsEY/uZaVKPkWaSdfqkEV7KY70=";
|
yarnHash = "sha256-IVCT1KUhShCXY5ocmOul7DMzTe6ULm32azFE8HES1vc=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://tandoor.dev/";
|
homepage = "https://tandoor.dev/";
|
||||||
|
|
|
@ -76,6 +76,10 @@ python.pkgs.buildPythonPackage {
|
||||||
aiohttp
|
aiohttp
|
||||||
inflection
|
inflection
|
||||||
redis
|
redis
|
||||||
|
requests-oauthlib
|
||||||
|
pyjwt
|
||||||
|
python3-openid
|
||||||
|
python3-saml
|
||||||
];
|
];
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue