steamtinkerlaunch: 12.0 -> 12.12
This commit is contained in:
parent
d384095645
commit
423cbb9541
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue