Merge pull request #207789 from r-ryantm/auto-update/steamtinkerlaunch

This commit is contained in:
Sandro 2022-12-27 22:33:12 +01:00 committed by GitHub
commit a99848025d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "steamtinkerlaunch";
version = "11.11";
version = "12.0";
src = fetchFromGitHub {
owner = "sonic2kk";
repo = pname;
rev = "v${version}";
hash = "sha256-rWENtgV6spokzkhnmrrzsAQ19dROJ50ofEulU5Jx5IE=";
hash = "sha256-cEGERh0INc/xetQhALqc+lp/HNDoy3JdTZr/nHlthYc=";
};
# hardcode PROGCMD because #150841