mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
python311Packages.ale-py: change GitHub repo owner according to migration
This commit is contained in:
parent
efa0f7d58c
commit
c5ac684ad8
|
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
|||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mgbellemare";
|
||||
owner = "Farama-Foundation";
|
||||
repo = "Arcade-Learning-Environment";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-B2AxhlzvBy1lJ3JttJjImgTjMtEUyZBv+xHU2IC7BVE=";
|
||||
|
|
Loading…
Reference in a new issue