steamtinkerlaunch: 12.12 -> 12.12-unstable-2024-05-03

This commit is contained in:
nat 2024-05-06 17:00:10 +02:00
parent 3684009cfe
commit 6496a33b4c
No known key found for this signature in database

View file

@ -1,11 +1,11 @@
{ bash { bash
, fetchFromGitHub
, gawk , gawk
, git , git
, gnugrep
, fetchFromGitHub
, lib , lib
, makeWrapper , makeWrapper
, stdenv , procps
, stdenvNoCC
, unixtools , unixtools
, unzip , unzip
, wget , wget
@ -14,15 +14,15 @@
, yad , yad
}: }:
stdenv.mkDerivation rec { stdenvNoCC.mkDerivation {
pname = "steamtinkerlaunch"; pname = "steamtinkerlaunch";
version = "12.12"; version = "12.12-unstable-2024-05-03";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sonic2kk"; owner = "sonic2kk";
repo = pname; repo = "steamtinkerlaunch";
rev = "v${version}"; rev = "59b421b2f3686120a076909a4a158824cd4ef05e";
hash = "sha256-oigHNfg5rHxRabwUs66ye+chJzivmCIw8mg/GaJLPkg="; hash = "sha256-CGtSGAm+52t2zFsPJEsm76w+FEHhbOd9NYuerGa31tc=";
}; };
# hardcode PROGCMD because #150841 # hardcode PROGCMD because #150841
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
bash bash
gawk gawk
git git
gnugrep procps
unixtools.xxd unixtools.xxd
unzip unzip
wget wget