Skip to content

Commit 24dbf44

Browse files
authored
taterclient-ddnet: 8.6.0 -> 8.6.1 (#355034)
2 parents 34d960e + 67782ae commit 24dbf44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ta/taterclient-ddnet/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ let
3434
in
3535
stdenv.mkDerivation (finalAttrs: {
3636
pname = "taterclient-ddnet";
37-
version = "8.6.0";
37+
version = "8.6.1";
3838

3939
src = fetchFromGitHub {
4040
owner = "sjrc6";
4141
repo = "taterclient-ddnet";
4242
rev = finalAttrs.version;
43-
hash = "sha256-IfTQRMC2wcEH+KhlADHVIhfavlTN4mfTtlN5+/KojA0=";
43+
hash = "sha256-6LYXPYunhPhF9snkZLEEq7zDmyaaObb/DEqdthbcpuw=";
4444
};
4545

4646
cargoDeps = rustPlatform.fetchCargoTarball {
4747
inherit (finalAttrs) pname src version;
48-
hash = "sha256-L6NsLC5hg4/MlTfnOITBNoPIoKxlDx5BwXWnV7W4uT0=";
48+
hash = "sha256-1T3Zza7nYKDW8pAJDUUWjw6Vh+dfHb11WsNk1dLyWMI=";
4949
};
5050

5151
nativeBuildInputs = [

0 commit comments

Comments
 (0)