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 {
|
stdenv.mkDerivation rec {
|
||||||
pname = "teeworlds";
|
pname = "teeworlds";
|
||||||
version = "0.7.4";
|
version = "0.7.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "teeworlds";
|
owner = "teeworlds";
|
||||||
repo = "teeworlds";
|
repo = "teeworlds";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1llrzcc9p8pswk58rj4qh4g67nlji8q2kw3hxh3qpli85jvkdmyx";
|
sha256 = "1l19ksmimg6b8zzjy0skyhh7z11ql7n5gvilkv7ay5x2b9ndbqwz";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user