glamoroustoolkit: 1.0.6 -> 1.0.7

This commit is contained in:
Alistair Grant 2023-12-11 19:28:11 +01:00
parent 674f5f015f
commit 9fd37a46fe

View File

@ -21,12 +21,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "glamoroustoolkit";
version = "1.0.6";
version = "1.0.7";
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-263Bl5zd2k5DAPB/Ar8QMpthMiAv7BUSZ5+G03ZL5m0=";
hash = "sha256-WcAOGPWbY3sCcwmSHTjZvO3ASYYPv1T0iEA5C/VXL9I=";
};
nativeBuildInputs = [ wrapGAppsHook ];