mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
python312Packages.pyftgl: fix source
This commit is contained in:
parent
8618fe6f96
commit
beceecb513
@ -23,9 +23,9 @@ buildPythonPackage rec {
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "umlaeute";
|
||||
repo = "${pname}-${version}";
|
||||
rev = version;
|
||||
sha256 = "12zcjv4cwwjihiaf74kslrdmmk4bs47h7006gyqfwdfchfjdgg4r";
|
||||
repo = "pyftgl";
|
||||
rev = "refs/tags/${version}";
|
||||
sha256 = "sha256-mbzXpIPMNe6wfwaAAw/Ri8xaW6Z6kuNUhFFyzsiW7Is=";
|
||||
};
|
||||
|
||||
postPatch =
|
||||
|
Loading…
Reference in New Issue
Block a user