glamoroustoolkit: 1.1.7 -> 1.1.8

This commit is contained in:
R. Ryantm 2024-11-29 08:09:12 +00:00
parent 6832176666
commit b0bb6ea985

View File

@ -28,12 +28,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "glamoroustoolkit";
version = "1.1.7";
version = "1.1.8";
src = fetchzip {
url = "https://github.com/feenkcom/gtoolkit-vm/releases/download/v${finalAttrs.version}/GlamorousToolkit-x86_64-unknown-linux-gnu.zip";
stripRoot = false;
hash = "sha256-ji77uc7UnfiDVCERWwDpMnBiSJjDrr84yYrobLhKWlE=";
hash = "sha256-r7q8apszeiON3MPMSY7GHHTh+hSXlAl35pUTxFV78kk=";
};
nativeBuildInputs = [