Merge pull request #329355 from atemp/ddnet_18

ddnet: 18.3.1 -> 18.4
This commit is contained in:
Peder Bergebakken Sundt 2024-07-30 21:50:23 +02:00 committed by GitHub
commit 6f7b496931
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,19 +36,19 @@
stdenv.mkDerivation rec {
pname = "ddnet";
version = "18.3.1";
version = "18.4";
src = fetchFromGitHub {
owner = "ddnet";
repo = pname;
rev = version;
hash = "sha256-OHhybYXmy+kBXtGA19agK7v9TCK2nvFC+goahogCvbU=";
hash = "sha256-BoEFh0lCd2pCIod5sFafnOs/TQHj/SlIAU8P4o+cjyE=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
name = "${pname}-${version}";
inherit src;
hash = "sha256-a0KRSrozP4mdsl5NOUfCd9nm+pxzXpXZv+K5vSrdZ7E=";
hash = "sha256-1MJ5cP4lyRSZ7VRED8RL5scnqpcy8/avmBKW1Zmt6FU=";
};
nativeBuildInputs = [