about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-27 12:39:36 +0100
committerPeter Simons <simons@cryp.to>2013-10-27 19:07:14 +0100
commit19cfd3da634d19645755ccab47ca910f4d75aeae (patch)
tree941a2e7ac00ab2964546322c8d80e6b2b7018ecc /pkgs/development/compilers
parentc05bf33b770650e0588b5328eb02f414db1029a8 (diff)
downloadnixlib-19cfd3da634d19645755ccab47ca910f4d75aeae.tar
nixlib-19cfd3da634d19645755ccab47ca910f4d75aeae.tar.gz
nixlib-19cfd3da634d19645755ccab47ca910f4d75aeae.tar.bz2
nixlib-19cfd3da634d19645755ccab47ca910f4d75aeae.tar.lz
nixlib-19cfd3da634d19645755ccab47ca910f4d75aeae.tar.xz
nixlib-19cfd3da634d19645755ccab47ca910f4d75aeae.tar.zst
nixlib-19cfd3da634d19645755ccab47ca910f4d75aeae.zip
haskell-Elm: update to version 0.10.0.1
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/elm/elm.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/elm/elm.nix b/pkgs/development/compilers/elm/elm.nix
index 17b173a33348..c9e9fb9e14b5 100644
--- a/pkgs/development/compilers/elm/elm.nix
+++ b/pkgs/development/compilers/elm/elm.nix
@@ -5,8 +5,8 @@
 
 cabal.mkDerivation (self: {
   pname = "Elm";
-  version = "0.10";
-  sha256 = "0wwda9w9r3qw7b23bj4qnfj4vgl7zwwnslxmgz3rv0cmxn9klqx2";
+  version = "0.10.0.1";
+  sha256 = "1r7z2fw9v6ngr9w4lmj1l6sc78rmxvqkqlxv4a9yc5jm80k3ar0i";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [