Skip to content

Commit abc267e

Browse files
glamoroustoolkit: 1.1.22 -> 1.1.24 (#410664)
Co-authored-by: akgrant43 <[email protected]>
2 parents c44dfba + e578229 commit abc267e

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.22";
30+
version = "1.1.24";
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-+YFQU7qCj2hpRuBpUn0hn5GNq+T0DHQFZwEoLu1FY4c=";
35+
hash = "sha256-dTJ2YMNZwpZj3ZDWegjFr9aiaUtTpN8gY1wq5SAoVvs=";
3636
};
3737

3838
nativeBuildInputs = [

0 commit comments

Comments
 (0)