Merge pull request #173718 from atemp/emp_ddnet_16.1

ddnet: 16.0.3 -> 16.1
This commit is contained in:
legendofmiracles 2022-05-23 21:41:38 -06:00 committed by GitHub
commit 72a2c11e15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,13 +26,13 @@
stdenv.mkDerivation rec {
pname = "ddnet";
version = "16.0.3";
version = "16.1";
src = fetchFromGitHub {
owner = "ddnet";
repo = pname;
rev = version;
sha256 = "sha256-9hjVAtnn+dTBNCu6E90CtjGTAStmVTsQFm2UYq68xcM=";
sha256 = "sha256-9qKGaISEHtfKLmTGWLgOz4vfq7BqvDr17AdjCqPDu+Q=";
};
nativeBuildInputs = [ cmake ninja pkg-config ];