Skip to content

Commit f0c1ff9

Browse files
committed
update to 18.7 - remove unused fetchpatch
1 parent aebe249 commit f0c1ff9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pkgs/games/ddnet/default.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{ lib
22
, stdenv
33
, fetchFromGitHub
4-
, fetchpatch
54
, cargo
65
, cmake
76
, ninja
@@ -36,19 +35,19 @@
3635

3736
stdenv.mkDerivation rec {
3837
pname = "ddnet";
39-
version = "18.6";
38+
version = "18.7";
4039

4140
src = fetchFromGitHub {
4241
owner = "ddnet";
4342
repo = pname;
4443
rev = version;
45-
hash = "sha256-thAB7QtR23j39ORK1YT2Idp4J7GffbNV7snbLAnYzMI=";
44+
hash = "sha256-mOXD7lEggFus+TBZ5042QALu4PhHRBntnChQFnHu6Dw=";
4645
};
4746

4847
cargoDeps = rustPlatform.fetchCargoTarball {
4948
name = "${pname}-${version}";
5049
inherit src;
51-
hash = "sha256-/kCsAZP9cwUQFcNnk5/eYMzw80Bh4JnwPXd299p1JEU=";
50+
hash = "sha256-zug7MzxqGhlmm6ZeRo+3ldwmFEn5cVCb+nvRzomFrnc=";
5251
};
5352

5453
nativeBuildInputs = [

0 commit comments

Comments
 (0)