Merge pull request #88774 from r-ryantm/auto-update/supertux

superTux: 0.6.1.1 -> 0.6.2
This commit is contained in:
Ryan Mulligan 2020-05-25 06:18:04 -07:00 committed by GitHub
commit ff19714674
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "supertux";
version = "0.6.1.1";
version = "0.6.2";
src = fetchurl {
url = "https://github.com/SuperTux/supertux/releases/download/v${version}/SuperTux-v${version}-Source.tar.gz";
sha256 = "0n36qxwjlkdlksximz4s729az6pry2sdjavwgm7m65vfgdiz139f";
sha256 = "167m3z4m8n76dvbv42m1fnvabpbpsxvr28zk9641916jl9pfba96";
};
nativeBuildInputs = [ pkgconfig cmake ];