python312Packages.ale-py: fix hash (#344169)

This commit is contained in:
Peder Bergebakken Sundt
2024-09-24 15:22:29 +02:00
committed by GitHub
@@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "Farama-Foundation";
repo = "Arcade-Learning-Environment";
rev = "refs/tags/v${version}";
hash = "sha256-JQG8Db7OEKQ7THkHJ+foUm/L7Ctr0Ur8nb6Zc2Z/MJI=";
hash = "sha256-tdxO5eixI2swezhkeSMqeVgdiaa/VmNdwhZYURSzadw=";
};
build-system = [