Unverified Commit fd8cc847 authored by Ryan Omasta's avatar Ryan Omasta
Browse files
parent 13ef5aef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, fetchFromGitHub }:
rec {
  version = "2.2.5";
  version = "2.3.3";

  src = fetchFromGitHub {
    owner = "TandoorRecipes";
    repo = "recipes";
    tag = version;
    hash = "sha256-N6d5T11fOAtPKAV/tqTWGdwMkWNY8rPpWT2TBSc0ybc=";
    hash = "sha256-N9eHoQyNPbjf4XrdNvTuMKs866mO+jgn2zRkXLAMtb8=";
  };

  yarnHash = "sha256-1p79Bdsn6KDApYKz9BAwrA97svbB8ub+Wl49MTIumW8=";
+5 −1
Original line number Diff line number Diff line
@@ -4,7 +4,11 @@
  python3,
}:
let
  python = python3;
  python = python3.override {
    packageOverrides = final: prev: {
      django = final.django_5;
    };
  };

  common = callPackage ./common.nix { };

+1 −1
Original line number Diff line number Diff line
@@ -11,4 +11,4 @@ index 2755dc99..4026b96e 100644
 # addopts = -n auto --junitxml=docs/reports/tests/pytest.xml --html=docs/reports/tests/tests.html
-asyncio_default_fixture_loop_scope = fixture
\ No newline at end of file
+asyncio_default_fixture_loop_scope = fixture
+asyncio_default_fixture_loop_scope = function