Skip to content

Commit 17bfa44

Browse files
authored
taterclient-ddnet: 10.0.3 ->10.1.1 (NixOS#377834)
2 parents e53af16 + 5eb36e4 commit 17bfa44

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 = "10.0.3";
37+
version = "10.1.1";
3838

3939
src = fetchFromGitHub {
4040
owner = "sjrc6";
4141
repo = "taterclient-ddnet";
4242
tag = "V${finalAttrs.version}";
43-
hash = "sha256-RhOZuPsjyXq5UcM+5dawDi1BfjMMQ3K9O3PHkCg5sDI=";
43+
hash = "sha256-B5J8LctMYkb6X1tEI5H4oMEDDWLLpLW5v4NRWplhncY=";
4444
};
4545

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

5151
nativeBuildInputs = [

0 commit comments

Comments
 (0)