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

inter: 4.0 -> 4.1 (#356337)

parents 4bedccbe 39886f43
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,12 +2,12 @@

stdenvNoCC.mkDerivation rec {
  pname = "inter";
  version = "4.0";
  version = "4.1";

  src = fetchzip {
    url = "https://github.com/rsms/inter/releases/download/v${version}/Inter-${version}.zip";
    stripRoot = false;
    hash = "sha256-hFK7xFJt69n+98+juWgMvt+zeB9nDkc8nsR8vohrFIc=";
    hash = "sha256-5vdKKvHAeZi6igrfpbOdhZlDX2/5+UvzlnCQV6DdqoQ=";
  };

  installPhase = ''