mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 20:48:30 +00:00
teeworlds: 0.7.4 -> 0.7.5
fixes CVE-2020-12066
This commit is contained in:
parent
a1e0da682a
commit
b89d52ee52
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user