mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 13:19:03 +00:00
smlfmt: 1.0.0 -> 1.1.0
This commit is contained in:
parent
57a323f304
commit
825e89dc57
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user