glamoroustoolkit: 1.1.22 -> 1.1.24

This commit is contained in:
R. Ryantm 2025-05-24 23:39:03 +00:00
parent 89ee231963
commit e5782299ea

View file

@ -27,12 +27,12 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "glamoroustoolkit"; pname = "glamoroustoolkit";
version = "1.1.22"; version = "1.1.24";
src = fetchzip { src = fetchzip {
url = "https://github.com/feenkcom/gtoolkit-vm/releases/download/v${finalAttrs.version}/GlamorousToolkit-x86_64-unknown-linux-gnu.zip"; url = "https://github.com/feenkcom/gtoolkit-vm/releases/download/v${finalAttrs.version}/GlamorousToolkit-x86_64-unknown-linux-gnu.zip";
stripRoot = false; stripRoot = false;
hash = "sha256-+YFQU7qCj2hpRuBpUn0hn5GNq+T0DHQFZwEoLu1FY4c="; hash = "sha256-dTJ2YMNZwpZj3ZDWegjFr9aiaUtTpN8gY1wq5SAoVvs=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [