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 {
pname = "gti";
version = "1.8.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "rwos";
repo = "gti";
rev = "v${version}";
sha256 = "sha256-x6ncvnZPPrVcQYwtwkSenW+ri0L6FpuDa7U7uYUqiyk=";
sha256 = "sha256-DUDCFcaB38Xkp3lLfEhjGC0j430dphXFBVhGzm7/Bp0=";
};
postPatch = ''