Merge pull request #81413 from avh4/elm-format-0.8.3
elm-format: 0.8.2 -> 0.8.3
This commit is contained in:
commit
5030491a03
@ -6,11 +6,11 @@
|
|||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "elm-format";
|
pname = "elm-format";
|
||||||
version = "0.8.2";
|
version = "0.8.3";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/avh4/elm-format";
|
url = "https://github.com/avh4/elm-format";
|
||||||
sha256 = "0ly37fszrfviwqgrww57ikdcr7i8lcpczhqm8xqp5s7mrlpdxv7z";
|
sha256 = "0n6lrqj6mq044hdyraj3ss5cg74dn8k4z05xmwn2apjpm146iaw8";
|
||||||
rev = "ab3627cce01e5556b3fe8c2b5e3d92b80bfc74af";
|
rev = "b97e3593d564a1e069c0a022da8cbd98ca2c5a4b";
|
||||||
};
|
};
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
mkdir -p ./generated
|
mkdir -p ./generated
|
||||||
@ -18,7 +18,7 @@ mkDerivation {
|
|||||||
module Build_elm_format where
|
module Build_elm_format where
|
||||||
|
|
||||||
gitDescribe :: String
|
gitDescribe :: String
|
||||||
gitDescribe = "0.8.2"
|
gitDescribe = "0.8.3"
|
||||||
EOHS
|
EOHS
|
||||||
'';
|
'';
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user