diff options
| author | Weijia Wang <9713184+wegank@users.noreply.github.com> | 2023-03-20 00:40:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-20 00:40:23 +0200 |
| commit | d84f1532124b3a77e6aa9c4f60cae26e531b399d (patch) | |
| tree | ff6c40d1f19a3ebddb1a04a72afe620c1ff6a5a5 | |
| parent | Merge pull request #221744 from r-ryantm/auto-update/pgmodeler (diff) | |
| parent | steamtinkerlaunch: 12.0 -> 12.12 (diff) | |
| download | nixpkgs-d84f1532124b3a77e6aa9c4f60cae26e531b399d.tar.gz | |
Merge pull request #221975 from r-ryantm/auto-update/steamtinkerlaunch
steamtinkerlaunch: 12.0 -> 12.12
| -rw-r--r-- | pkgs/tools/games/steamtinkerlaunch/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/games/steamtinkerlaunch/default.nix b/pkgs/tools/games/steamtinkerlaunch/default.nix index d780ba1ddf61..ea64c7208bc9 100644 --- a/pkgs/tools/games/steamtinkerlaunch/default.nix +++ b/pkgs/tools/games/steamtinkerlaunch/default.nix @@ -17,13 +17,13 @@ stdenv.mkDerivation rec { pname = "steamtinkerlaunch"; - version = "12.0"; + version = "12.12"; src = fetchFromGitHub { owner = "sonic2kk"; repo = pname; rev = "v${version}"; - hash = "sha256-cEGERh0INc/xetQhALqc+lp/HNDoy3JdTZr/nHlthYc="; + hash = "sha256-oigHNfg5rHxRabwUs66ye+chJzivmCIw8mg/GaJLPkg="; }; # hardcode PROGCMD because #150841 |
