Unverified Commit 7a062236 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

taterclient-ddnet: 10.5.3 -> 10.6.0 (#448863)

parents 52ad0ba6 a7be6c46
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,13 +33,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "taterclient-ddnet";
  version = "10.5.3";
  version = "10.6.0";

  src = fetchFromGitHub {
    owner = "sjrc6";
    repo = "taterclient-ddnet";
    tag = "V${finalAttrs.version}";
    hash = "sha256-MHBBDn/3kS1BuZQU7qHdbtuy0JuRRqtzmHVdg8Az+Qc=";
    hash = "sha256-Z5W+IBiNhEXyBVk6w2YzotBlHam1fELmr3ojJ0q4Ge8=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {