Skip to content

Commit

Permalink
Merge pull request #329355 from atemp/ddnet_18
Browse files Browse the repository at this point in the history
ddnet: 18.3.1 -> 18.4
  • Loading branch information
pbsds authored Jul 30, 2024
2 parents cb27644 + e789727 commit 6f7b496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/games/ddnet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 6f7b496

Please sign in to comment.