glamoroustoolkit: 1.1.14 -> 1.1.16 (#394929)

Co-authored-by: akgrant43 <akgrant43@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-31 14:10:05 +00:00
committed by GitHub

View File

@@ -27,12 +27,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "glamoroustoolkit";
version = "1.1.14";
version = "1.1.16";
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-3W3UgJiXN2ryL5MXkf7ZMtlBndp8Iy7jP2CfSWm4c9s=";
hash = "sha256-AQLyVA0DeyoxK54b/hs9HqDkS1k57Vi+JjKuFAh+ZYM=";
};
nativeBuildInputs = [