Unverified Commit a32c77fe authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

glamoroustoolkit: 1.1.16 -> 1.1.19 (#397825)

parents f4dfa0f0 3105b5b8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,12 +27,12 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "glamoroustoolkit";
  version = "1.1.16";
  version = "1.1.19";

  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-AQLyVA0DeyoxK54b/hs9HqDkS1k57Vi+JjKuFAh+ZYM=";
    hash = "sha256-rfn3IC3N6b7w40H7I7GmPv7xjCa+Ackh5GQ3lWbcdZY=";
  };

  nativeBuildInputs = [