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>2021-09-10 18:01:17 +0000
committerGitHub <noreply@github.com>2021-09-10 18:01:17 +0000
commit36ce45efae061f4438cecd28f7859d8e1cb93d00 (patch)
tree182cef31b4d70c8c17ad96dbe9340ca6c0041d0c /pkgs/games
parent42046e25fb54a55879ff5d3b3e96988eaa7f84f1 (diff)
parentf063d163d6416d090a192fc6dc35852232d283c1 (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 eb2f3f38cea40..f09503ea8b9d3 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.6";
+  version = "0.20.10";
 
   src = fetchFromGitHub {
     owner = "derrod";
     repo = "legendary";
     rev = version;
-    sha256 = "1v6jbnasz2ilcafs6qyl6na4a8cxy2lgwr0hqsja6d846rfqa8ad";
+    sha256 = "sha256-/OttNHwS08gHx/ZpOuB6yxfK2cX3BbMeQLZC7iXKKrk=";
   };
 
   propagatedBuildInputs = [ requests ];