Commit 39886f43 authored by R. RyanTM's avatar R. RyanTM
Browse files

inter: 4.0 -> 4.1

parent 8a95f3f4
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 = ''