Skip to content

Commit

Permalink
ArchiSteamFarm: 6.0.4.4 -> 6.0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Sep 2, 2024
1 parent ccd30c0 commit 3dd8490
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 35 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.4.4";
version = "6.0.6.4";

src = fetchFromGitHub {
owner = "JustArchiNET";
repo = "ArchiSteamFarm";
rev = version;
hash = "sha256-5jV+EJDZ90qtYF8w7RW8jGiy36nPYsLfoOVM35ilVvw=";
hash = "sha256-U4RApOUtrZ9su4O1jamjDbVrjozujW+vYRI1R7rSzpc=";
};

dotnet-runtime = dotnetCorePackages.aspnetcore_8_0;
Expand Down
55 changes: 25 additions & 30 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 = "3ae4df4206a3f5fbbe582403403df848fd29847f";
version = "1641151b9f430908bc63bbe9927fa8414538e7f1";

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-81PESllqRmtfdYFda1fBRZMczlWQq2xSPWELIOIpi3s=";
hash = "sha256-0qfX0vHaDY4Mv9N6nXcn2/9DgRAAl07c8eNHBC3rX6I=";
};

npmDepsHash = "sha256-OIkT5XMWcVRbCemaC+hkHkZACCzNedJKHLvGmNXEye4=";
npmDepsHash = "sha256-/DRkzwU32RgXR+58MrD2KbxF55nJJxnMAnU3kafqtXg=";

installPhase = ''
runHook preInstall
Expand Down

0 comments on commit 3dd8490

Please sign in to comment.