smlfmt: 1.1.0 -> 1.2.0 (#403717)

This commit is contained in:
Nick Cao
2025-05-04 10:56:28 -04:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "smlfmt";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "shwestrick";
repo = "smlfmt";
rev = "v${version}";
hash = "sha256-qwhYOZrck028NliPDnqFZel3IxopQzouhHq6R7DkfPE=";
hash = "sha256-QdpEsypkCzR/OwllKFLjz3/JvzV0OlGiqXUnS7iGD5A=";
};
nativeBuildInputs = [ mlton ];