smlfmt: 1.0.0 -> 1.1.0

This commit is contained in:
Philip Munksgaard 2023-11-02 16:34:07 +01:00 committed by Anderson Torres
parent 57a323f304
commit 825e89dc57

View File

@ -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 ];