Skip to content

Commit 503e919

Browse files
authored
ddnet: 19.4 -> 19.5 (NixOS#452220)
2 parents df65e0a + 669636f commit 503e919

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.4";
35+
version = "19.5";
3636

3737
src = fetchFromGitHub {
3838
owner = "ddnet";
3939
repo = "ddnet";
4040
tag = version;
41-
hash = "sha256-x/QHTjtFX2j3CA9YAg7c09WTRnW0Y+1keu52RMLSSoA=";
41+
hash = "sha256-L9n6jvI9rzrBp8yzKQPZRBSbT5/ZnEm6eLW6qMA+sy0=";
4242
};
4343

4444
cargoDeps = rustPlatform.fetchCargoVendor {

0 commit comments

Comments
 (0)