Skip to content

Commit

Permalink
Merge pull request #147893 from MoritzBoehme/bump-legendary
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Nov 30, 2021
2 parents f546cfa + 26f82bc commit 8425006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/legendary-gl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 8425006

Please sign in to comment.