pkg.wger: fixed patch commit

This commit is contained in:
eyjhb 2025-01-20 19:26:55 +01:00
parent 3f41b7a103
commit 19cd1b3255
No known key found for this signature in database
GPG key ID: 609F508E3239F920

View file

@ -32,8 +32,8 @@ in python3.pkgs.buildPythonPackage rec {
# adds support for proxy auth header # adds support for proxy auth header
(fetchpatch { (fetchpatch {
url = "https://github.com/wger-project/wger/pull/1859/commits/d46d469fa802890d7162b07c098802810fc8417c.patch"; url = "https://github.com/wger-project/wger/pull/1859/commits/331b2d5d2d520411a7b75193823bbc175802e547.patch";
sha256 = "sha256-D+3FmiSokJe9iSJz7ZbRzS+kuP3yV64XhKnQ4Oh5x8c="; sha256 = "sha256-5OuuInEO8e7OuWaI311HeHp5Pl6bZmix6wLDn8bEgR4=";
}) })
]; ];