Skip to content

Commit

Permalink
python313Packages.django-q2: fix hiredis override (fixes NixOS#373982)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gigahawk committed Jan 15, 2025
1 parent 33d4a16 commit 5da8a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/django-q2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "django-q2";
repo = "django-q2";
rev = "refs/tags/v${version}";
tag = "v${version}";
hash = "sha256-mp/IZkfT64xW42B1TEO6lSHxvLQbeH4td8vqZH7wUxM=";
};

Expand Down Expand Up @@ -53,7 +53,7 @@ buildPythonPackage rec {
new: old: {
version = "3.1.0";
src = old.src.override {
rev = "refs/tags/v${new.version}";
tag = "v${new.version}";
hash = "sha256-ID5OJdARd2N2GYEpcYOpxenpZlhWnWr5fAClAgqEgGg=";
};
}
Expand Down

0 comments on commit 5da8a1a

Please sign in to comment.