Merge pull request #87144 from hax404/teeworlds-0.7.5

teeworlds: 0.7.4 -> 0.7.5
This commit is contained in:
Florian Klink 2020-05-07 00:34:42 +02:00 committed by GitHub
commit 2dc0a992e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "teeworlds";
version = "0.7.4";
version = "0.7.5";
src = fetchFromGitHub {
owner = "teeworlds";
repo = "teeworlds";
rev = version;
sha256 = "1llrzcc9p8pswk58rj4qh4g67nlji8q2kw3hxh3qpli85jvkdmyx";
sha256 = "1l19ksmimg6b8zzjy0skyhh7z11ql7n5gvilkv7ay5x2b9ndbqwz";
fetchSubmodules = true;
};