Skip to content

Commit

Permalink
ArchiSteamFarm: 6.0.6.4 -> 6.0.7.5 (#351422)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin authored Oct 27, 2024
2 parents 1a91bee + 6c148a0 commit 230c9d8
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 32 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.6.4";
version = "6.0.7.5";

src = fetchFromGitHub {
owner = "JustArchiNET";
repo = "ArchiSteamFarm";
rev = version;
hash = "sha256-U4RApOUtrZ9su4O1jamjDbVrjozujW+vYRI1R7rSzpc=";
hash = "sha256-YmwbANzwpda/ZJyGZ5lqa/4AVz7QNTXqHXOJNiZcc/M=";
};

dotnet-runtime = dotnetCorePackages.aspnetcore_8_0;
Expand Down
55 changes: 28 additions & 27 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 = "1641151b9f430908bc63bbe9927fa8414538e7f1";
version = "9f5672d65a1bd3b0f5d16ea6a1b5d220d670223c";

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-0qfX0vHaDY4Mv9N6nXcn2/9DgRAAl07c8eNHBC3rX6I=";
hash = "sha256-ngIPUy3iAkC5yFsH9lZlRcBlFs4sEkzfTrJ+ajB+weo=";
};

npmDepsHash = "sha256-/DRkzwU32RgXR+58MrD2KbxF55nJJxnMAnU3kafqtXg=";
npmDepsHash = "sha256-GKkXh0FjsorllAukg6hYBSU0JEP6Bv7tvzEgRM4zAgw=";

installPhase = ''
runHook preInstall
Expand Down

0 comments on commit 230c9d8

Please sign in to comment.