about summary refs log tree commit diff
path: root/pkgs/games/legendary-gl
diff options
context:
space:
mode:
authorMoritzBoehme <mr.x@moritzboeh.me>2021-11-29 16:00:05 +0100
committerMoritzBoehme <mr.x@moritzboeh.me>2021-11-29 16:00:05 +0100
commit26f82bcea78203ed32a185f388c54637221b905c (patch)
tree7564530fe0012fc13e8670f43c3231ea05063ac9 /pkgs/games/legendary-gl
parent228045a35ac8a3951da442875f274d451548b221 (diff)
legendary-gl: 0.20.10 -> 0.20.18
Diffstat (limited to 'pkgs/games/legendary-gl')
-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 f09503ea8b9d3..cbdfbc22891be 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.10";
+  version = "0.20.18";
 
   src = fetchFromGitHub {
     owner = "derrod";
     repo = "legendary";
     rev = version;
-    sha256 = "sha256-/OttNHwS08gHx/ZpOuB6yxfK2cX3BbMeQLZC7iXKKrk=";
+    sha256 = "0d31c8grvcw7y3sh2x90cxhj612k6f491w2r12j1q33d2v9sqm4j";
   };
 
   propagatedBuildInputs = [ requests ];