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

Merge pull request #259833 from akgrant43/glamoroustoolkit-v101

glamoroustoolkit: 0.8.1 -> 1.0.1
parents aa1dca98 1bba8831
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,12 +21,12 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "glamoroustoolkit";
  version = "0.8.1";
  version = "1.0.1";

  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-g33Lsa0aX1NvmtSlVVVrnjOvR0FhXasxZd5Sul6adfs=";
    hash = "sha256-v63sV0HNHSU9H5rhtJcwZCuIXEGe1+BDyxV0/EqBk2E=";
  };

  sourceRoot = ".";