Skip to content

Commit c847c57

Browse files
glamoroustoolkit: 1.1.14 -> 1.1.16 (#394929)
Co-authored-by: akgrant43 <[email protected]>
2 parents c80236b + b69c99b commit c847c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/gl/glamoroustoolkit/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727

2828
stdenv.mkDerivation (finalAttrs: {
2929
pname = "glamoroustoolkit";
30-
version = "1.1.14";
30+
version = "1.1.16";
3131

3232
src = fetchzip {
3333
url = "https://github.com/feenkcom/gtoolkit-vm/releases/download/v${finalAttrs.version}/GlamorousToolkit-x86_64-unknown-linux-gnu.zip";
3434
stripRoot = false;
35-
hash = "sha256-3W3UgJiXN2ryL5MXkf7ZMtlBndp8Iy7jP2CfSWm4c9s=";
35+
hash = "sha256-AQLyVA0DeyoxK54b/hs9HqDkS1k57Vi+JjKuFAh+ZYM=";
3636
};
3737

3838
nativeBuildInputs = [

0 commit comments

Comments
 (0)