Skip to content

Commit 5120f96

Browse files
authored
ddnet: 19.0 -> 19.2 (#407075)
2 parents 3b8b942 + df77494 commit 5120f96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/dd/ddnet/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232

3333
stdenv.mkDerivation rec {
3434
pname = "ddnet";
35-
version = "19.0";
35+
version = "19.2";
3636

3737
src = fetchFromGitHub {
3838
owner = "ddnet";
3939
repo = "ddnet";
4040
tag = version;
41-
hash = "sha256-R9LXcYM96fibHzpXDWIOSASKIbh+GeiGyz7xVvV2v1Q=";
41+
hash = "sha256-7moxTdoUTOpAHDT0LNNG6ccHeXKxd6ND+GRcgchWVSI=";
4242
};
4343

4444
cargoDeps = rustPlatform.fetchCargoVendor {

0 commit comments

Comments
 (0)