We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c80236b + b69c99b commit c847c57Copy full SHA for c847c57
pkgs/by-name/gl/glamoroustoolkit/package.nix
@@ -27,12 +27,12 @@
27
28
stdenv.mkDerivation (finalAttrs: {
29
pname = "glamoroustoolkit";
30
- version = "1.1.14";
+ version = "1.1.16";
31
32
src = fetchzip {
33
url = "https://github.com/feenkcom/gtoolkit-vm/releases/download/v${finalAttrs.version}/GlamorousToolkit-x86_64-unknown-linux-gnu.zip";
34
stripRoot = false;
35
- hash = "sha256-3W3UgJiXN2ryL5MXkf7ZMtlBndp8Iy7jP2CfSWm4c9s=";
+ hash = "sha256-AQLyVA0DeyoxK54b/hs9HqDkS1k57Vi+JjKuFAh+ZYM=";
36
};
37
38
nativeBuildInputs = [
0 commit comments