Skip to content

Commit

Permalink
depotdownloader: 2.7.3 -> 2.7.4 (#359705)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrumplex authored Nov 29, 2024
2 parents 49d26b7 + e0c4e89 commit 1c30bec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/misc/depotdownloader/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@

buildDotnetModule rec {
pname = "depotdownloader";
version = "2.7.3";
version = "2.7.4";

src = fetchFromGitHub {
owner = "SteamRE";
repo = "DepotDownloader";
rev = "DepotDownloader_${version}";
sha256 = "TKPUE9PzTUoYmhT1O+Qvb0lukPY6fGs70wSiCdEJUMQ=";
hash = "sha256-XcUWNr3l1Bsl8SRYm8OS7t2JYppfKJVrVWyM5OILFDA=";
};

projectFile = "DepotDownloader.sln";
nugetDeps = ./deps.nix;
dotnet-sdk = dotnetCorePackages.sdk_8_0;
dotnet-runtime = dotnetCorePackages.runtime_8_0;
dotnet-sdk = dotnetCorePackages.sdk_9_0;
dotnet-runtime = dotnetCorePackages.runtime_9_0;

passthru.updateScript = ./update.sh;

Expand Down
6 changes: 3 additions & 3 deletions pkgs/tools/misc/depotdownloader/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c30bec

Please sign in to comment.