gti: 1.8.0 -> 1.9.1

This commit is contained in:
R. Ryantm 2023-11-28 11:23:24 +00:00
parent c76b72caa4
commit a7118622e2

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gti"; pname = "gti";
version = "1.8.0"; version = "1.9.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rwos"; owner = "rwos";
repo = "gti"; repo = "gti";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-x6ncvnZPPrVcQYwtwkSenW+ri0L6FpuDa7U7uYUqiyk="; sha256 = "sha256-DUDCFcaB38Xkp3lLfEhjGC0j430dphXFBVhGzm7/Bp0=";
}; };
postPatch = '' postPatch = ''