Skip to content

Commit

Permalink
elm-format: 0.8.2 -> 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
avh4 committed Feb 29, 2020
1 parent 9a4d723 commit 0fa9ef1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/compilers/elm/packages/elm-format.nix
Expand Up @@ -6,19 +6,19 @@
}:
mkDerivation {
pname = "elm-format";
version = "0.8.2";
version = "0.8.3";
src = fetchgit {
url = "https://github.com/avh4/elm-format";
sha256 = "0ly37fszrfviwqgrww57ikdcr7i8lcpczhqm8xqp5s7mrlpdxv7z";
rev = "ab3627cce01e5556b3fe8c2b5e3d92b80bfc74af";
sha256 = "0n6lrqj6mq044hdyraj3ss5cg74dn8k4z05xmwn2apjpm146iaw8";
rev = "b97e3593d564a1e069c0a022da8cbd98ca2c5a4b";
};
postPatch = ''
mkdir -p ./generated
cat <<EOHS > ./generated/Build_elm_format.hs
module Build_elm_format where
gitDescribe :: String
gitDescribe = "0.8.2"
gitDescribe = "0.8.3"
EOHS
'';
isLibrary = false;
Expand Down

0 comments on commit 0fa9ef1

Please sign in to comment.