legendary-gl: unstable-2023-10-14 -> 0.20.34

Diff: 450784283d...0.20.34
This commit is contained in:
Martino Fontana 2023-12-26 19:16:37 +01:00
parent ec528fe7f7
commit 3bfb4c34e9

View file

@ -9,13 +9,13 @@
buildPythonApplication rec { buildPythonApplication rec {
pname = "legendary-gl"; # Name in pypi pname = "legendary-gl"; # Name in pypi
version = "unstable-2023-10-14"; version = "0.20.34";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "derrod"; owner = "derrod";
repo = "legendary"; repo = "legendary";
rev = "450784283dd49152dda6322db2fb2ef33e7c382e"; rev = "56d439ed2d3d9f34e2b08fa23e627c23a487b8d6";
sha256 = "sha256-iwIaxD35tkOX6NX1SVNmN2OQACwaX/C4xnfgT5YcUvg="; sha256 = "sha256-yCHeeEGw+9gtRMGyIhbStxJhmSM/1Fqly7HSRDkZILQ=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [