Skip to content

Commit

Permalink
taterclient-ddnet: 10.0.1 -> 10.0.3 (#373039)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst authored Jan 12, 2025
2 parents dfa61d0 + 7db3aaa commit 4ea9f98
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/by-name/ta/taterclient-ddnet/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "taterclient-ddnet";
version = "10.0.1";
version = "10.0.3";

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

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

nativeBuildInputs = [
Expand Down Expand Up @@ -94,6 +94,7 @@ stdenv.mkDerivation (finalAttrs: {
(lib.cmakeBool "CLIENT" true)
(lib.cmakeBool "SERVER" false)
(lib.cmakeBool "TOOLS" false)
(lib.cmakeBool "DISCORD" false)
(lib.cmakeFeature "CLIENT_EXECUTABLE" clientExecutable)
];

Expand Down

0 comments on commit 4ea9f98

Please sign in to comment.