Skip to content

Commit

Permalink
Merge pull request #76449 from r-ryantm/auto-update/supertux
Browse files Browse the repository at this point in the history
superTux: 0.6.0 -> 0.6.1.1
  • Loading branch information
aanderse committed Dec 24, 2019
2 parents a8fc904 + 6f6c1d2 commit 3fe099d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/supertux/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
pname = "supertux";
version = "0.6.0";
version = "0.6.1.1";

src = fetchurl {
url = "https://github.com/SuperTux/supertux/releases/download/v${version}/SuperTux-v${version}-Source.tar.gz";
sha256 = "1h1s4abirkdv4ag22zvyk6zkk64skqbjmcnnba67ps4hdzxfbhy4";
sha256 = "0n36qxwjlkdlksximz4s729az6pry2sdjavwgm7m65vfgdiz139f";
};

nativeBuildInputs = [ pkgconfig cmake ];
Expand Down

0 comments on commit 3fe099d

Please sign in to comment.