Unverified Commit 17bfa443 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

taterclient-ddnet: 10.0.3 ->10.1.1 (#377834)

parents e53af168 5eb36e43
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -34,18 +34,18 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "taterclient-ddnet";
  version = "10.0.3";
  version = "10.1.1";

  src = fetchFromGitHub {
    owner = "sjrc6";
    repo = "taterclient-ddnet";
    tag = "V${finalAttrs.version}";
    hash = "sha256-RhOZuPsjyXq5UcM+5dawDi1BfjMMQ3K9O3PHkCg5sDI=";
    hash = "sha256-B5J8LctMYkb6X1tEI5H4oMEDDWLLpLW5v4NRWplhncY=";
  };

  cargoDeps = rustPlatform.fetchCargoTarball {
    inherit (finalAttrs) pname src version;
    hash = "sha256-NDeHpf1iYApP/Y/DE7FGBu67ld6A0+8227oTVlOMe1M=";
    hash = "sha256-aideLHxyVFcepaCZJ/+YnKaZbY9MRzPI8fyys0XHj7Y=";
  };

  nativeBuildInputs = [