Unverified Commit 380e22c4 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

tandoor-recipes: 2.3.6 -> 2.5.3 (#485582)

parents 321c0e6c 547a1bee
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ lib, fetchFromGitHub }:
rec {
  version = "2.3.6";
  version = "2.5.3";

  src = fetchFromGitHub {
    owner = "TandoorRecipes";
    repo = "recipes";
    tag = version;
    hash = "sha256-DWPy4wse9sAr/xmZuNRXy4kYTD5elGx9QiXmJKrw860=";
    hash = "sha256-R8G6cuepHSrbB5rtyl6CunxD6dGI7kxEliLggIfPKlM=";
  };

  yarnHash = "sha256-++Si9U9Ouz9LpeemtqzIiQIpuhbSJkruKlVR1WSgQfo=";
  yarnHash = "sha256-gwATGCCd1Am7gOcQiLlelwiZYyC3PKs8CGEFxQOePMo=";

  meta = {
    homepage = "https://tandoor.dev/";
+2 −0
Original line number Diff line number Diff line
@@ -96,6 +96,8 @@ python.pkgs.buildPythonPackage {
    # Tests
    fido2
    litellm
    requests-hardened
    thefuzz
  ];

  configurePhase = ''