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 c44dfba + e578229 commit abc267eCopy full SHA for abc267e
pkgs/by-name/gl/glamoroustoolkit/package.nix
@@ -27,12 +27,12 @@
27
28
stdenv.mkDerivation (finalAttrs: {
29
pname = "glamoroustoolkit";
30
- version = "1.1.22";
+ version = "1.1.24";
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-+YFQU7qCj2hpRuBpUn0hn5GNq+T0DHQFZwEoLu1FY4c=";
+ hash = "sha256-dTJ2YMNZwpZj3ZDWegjFr9aiaUtTpN8gY1wq5SAoVvs=";
36
};
37
38
nativeBuildInputs = [
0 commit comments