Unverified Commit f8f42c1f authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

ArchiSteamFarm: 5.3.2.4 -> 5.4.0.3, fix update script (again), little cleanups

parent d0b531b5
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -13,16 +13,17 @@
buildDotnetModule rec {
  pname = "archisteamfarm";
  # nixpkgs-update: no auto update
  version = "5.3.2.4";
  version = "5.4.0.3";

  src = fetchFromGitHub {
    owner = "justarchinet";
    repo = pname;
    rev = version;
    sha256 = "sha256-qjU5TcYkAFJVYTOCwePGOVR9hYKNtinzLt5P4aTs578=";
    sha256 = "sha256-+S0nvgiMxSUQI/TzAMES6bAix1iudj1+EkOcXO+6igE=";
  };

  dotnet-runtime = dotnetCorePackages.aspnetcore_6_0;
  dotnet-runtime = dotnetCorePackages.aspnetcore_7_0;
  dotnet-sdk = dotnetCorePackages.sdk_7_0;

  nugetDeps = ./deps.nix;

@@ -60,6 +61,7 @@ buildDotnetModule rec {
  '';

  passthru = {
    # nix-shell maintainers/scripts/update.nix --argstr package ArchiSteamFarm
    updateScript = ./update.sh;
    ui = callPackage ./web-ui { };
  };
+16 −51

File changed.

Preview size limit exceeded, changes collapsed.

+4 −4

File changed.

Preview size limit exceeded, changes collapsed.

+3 −3

File changed.

Preview size limit exceeded, changes collapsed.

+220 −230

File changed.

Preview size limit exceeded, changes collapsed.

Loading