Unverified Commit 5120f962 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu Committed by GitHub
Browse files

ddnet: 19.0 -> 19.2 (#407075)

parents 3b8b942a df77494b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,13 +32,13 @@

stdenv.mkDerivation rec {
  pname = "ddnet";
  version = "19.0";
  version = "19.2";

  src = fetchFromGitHub {
    owner = "ddnet";
    repo = "ddnet";
    tag = version;
    hash = "sha256-R9LXcYM96fibHzpXDWIOSASKIbh+GeiGyz7xVvV2v1Q=";
    hash = "sha256-7moxTdoUTOpAHDT0LNNG6ccHeXKxd6ND+GRcgchWVSI=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {