Unverified Commit b6bad25c authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #229964 from SuperSandro2000/archisteamfarm

ArchiSteamFarm: 5.4.4.5 -> 5.4.5.2
parents 9f2e621a 7e3a3452
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@
buildDotnetModule rec {
  pname = "archisteamfarm";
  # nixpkgs-update: no auto update
  version = "5.4.4.5";
  version = "5.4.5.2";

  src = fetchFromGitHub {
    owner = "justarchinet";
    repo = pname;
    rev = version;
    sha256 = "sha256-xSHoBKhqEmWf9BXWhlsMqKGhgeeQi0zSG1nxNzivr7g=";
    sha256 = "sha256-l3qcdgTTpbI4Jdy1jpzyCiAFglJfzBHkb6hLIZ4hDKQ=";
  };

  dotnet-runtime = dotnetCorePackages.aspnetcore_7_0;
+2 −2
Original line number Diff line number Diff line
@@ -11,8 +11,8 @@ let
    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 = "bc84d62e4f60f24cca6e9f8e820c30c750bcb0de";
    sha256 = "10z3jv551f41f2k9p6y0yhrqk6jr8pmpkrd479s1zfj40ywh48bc";
    rev = "114c390c92a889b86cf560def28fb8f39bc4fe54";
    sha256 = "1ajmi2l6xhv3nlnag2kmkblny925irp4gngdc3mniiimw364p826";
  };

in
+185 −193

File changed.

Preview size limit exceeded, changes collapsed.