Skip to content

Commit

Permalink
ArchiSteamFarm: 6.0.7.5 -> 6.0.8.7 (#353191)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Nov 4, 2024
2 parents 47fb89c + 7e8a5d5 commit 7c7453a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/ArchiSteamFarm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
buildDotnetModule rec {
pname = "ArchiSteamFarm";
# nixpkgs-update: no auto update
version = "6.0.7.5";
version = "6.0.8.7";

src = fetchFromGitHub {
owner = "JustArchiNET";
repo = "ArchiSteamFarm";
rev = version;
hash = "sha256-YmwbANzwpda/ZJyGZ5lqa/4AVz7QNTXqHXOJNiZcc/M=";
hash = "sha256-PnHMJtM4lWuRn+7J9NxObEOJi4pbYEChcpcAJ+EdtSI=";
};

dotnet-runtime = dotnetCorePackages.aspnetcore_8_0;
Expand Down
52 changes: 26 additions & 26 deletions pkgs/applications/misc/ArchiSteamFarm/deps.nix

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

6 changes: 3 additions & 3 deletions pkgs/applications/misc/ArchiSteamFarm/web-ui/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

buildNpmPackage rec {
pname = "asf-ui";
version = "9f5672d65a1bd3b0f5d16ea6a1b5d220d670223c";
version = "7c5eb33a79736ca57acff776af4bd88816773247";

src = fetchFromGitHub {
owner = "JustArchiNET";
repo = "ASF-ui";
# updated by the update script
# this is always the commit that should be used with asf-ui from the latest asf version
rev = version;
hash = "sha256-ngIPUy3iAkC5yFsH9lZlRcBlFs4sEkzfTrJ+ajB+weo=";
hash = "sha256-oOeXyhDnW2jeKGssxzgMIQElkH1uT5IALiXwxUg1ETQ=";
};

npmDepsHash = "sha256-GKkXh0FjsorllAukg6hYBSU0JEP6Bv7tvzEgRM4zAgw=";
npmDepsHash = "sha256-nofLj2PaL+A/M6F6vteh4SmONmsQ5kLPOZ/jxokubgU=";

installPhase = ''
runHook preInstall
Expand Down

0 comments on commit 7c7453a

Please sign in to comment.