Commit 825e89dc authored by Philip Munksgaard's avatar Philip Munksgaard Committed by Anderson Torres
Browse files

smlfmt: 1.0.0 -> 1.1.0

parent 57a323f3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "smlfmt";
  version = "1.0.0";
  version = "1.1.0";

  src = fetchFromGitHub {
    owner = "shwestrick";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-7CTfMiEvuOena5SOE0qKpFPq6ARxmkE6d+loznZNbC0=";
    hash = "sha256-qwhYOZrck028NliPDnqFZel3IxopQzouhHq6R7DkfPE=";
  };

  nativeBuildInputs = [ mlton ];