We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aebe249 commit f0c1ff9Copy full SHA for f0c1ff9
pkgs/games/ddnet/default.nix
@@ -1,7 +1,6 @@
1
{ lib
2
, stdenv
3
, fetchFromGitHub
4
-, fetchpatch
5
, cargo
6
, cmake
7
, ninja
@@ -36,19 +35,19 @@
36
35
37
stdenv.mkDerivation rec {
38
pname = "ddnet";
39
- version = "18.6";
+ version = "18.7";
40
41
src = fetchFromGitHub {
42
owner = "ddnet";
43
repo = pname;
44
rev = version;
45
- hash = "sha256-thAB7QtR23j39ORK1YT2Idp4J7GffbNV7snbLAnYzMI=";
+ hash = "sha256-mOXD7lEggFus+TBZ5042QALu4PhHRBntnChQFnHu6Dw=";
46
};
47
48
cargoDeps = rustPlatform.fetchCargoTarball {
49
name = "${pname}-${version}";
50
inherit src;
51
- hash = "sha256-/kCsAZP9cwUQFcNnk5/eYMzw80Bh4JnwPXd299p1JEU=";
+ hash = "sha256-zug7MzxqGhlmm6ZeRo+3ldwmFEn5cVCb+nvRzomFrnc=";
52
53
54
nativeBuildInputs = [
0 commit comments