about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-01-25 06:01:33 +0000
committerGitHub <noreply@github.com>2022-01-25 06:01:33 +0000
commitcfef27f7cfa05a59b768ae3c4aa0c54bb9572677 (patch)
tree2e48baecf769f0b11cb7448fc908109bd3cb0054 /pkgs/games
parentbbbd0a92afb49fb7cbfe382e7db43417595b2fe3 (diff)
parent8bd55a6a5ab05942af769c2aa2494044bff7f625 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/legendary-gl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/legendary-gl/default.nix b/pkgs/games/legendary-gl/default.nix
index fe3761f12d338..082b9220c0e87 100644
--- a/pkgs/games/legendary-gl/default.nix
+++ b/pkgs/games/legendary-gl/default.nix
@@ -7,13 +7,13 @@
 
 buildPythonApplication rec {
   pname = "legendary-gl"; # Name in pypi
-  version = "0.20.24";
+  version = "0.20.25";
 
   src = fetchFromGitHub {
     owner = "derrod";
     repo = "legendary";
     rev = version;
-    sha256 = "sha256-4VN/2FoAXTaumPsplV9wgdUSQsFitC1hqWveAW/yt58=";
+    sha256 = "07z5ffi7lnvs64pksy30fbfv2i11dkkycyh31vyc4y7fsn1vd0vf";
   };
 
   propagatedBuildInputs = [ requests ];