diff options
| author | Divam <dfordivam@gmail.com> | 2021-08-17 11:48:04 +0900 |
|---|---|---|
| committer | Divam <dfordivam@gmail.com> | 2021-09-23 09:58:16 +0900 |
| commit | 68580f08064122feb0fa71d18398bc964237daab (patch) | |
| tree | 0563461252c1db0591a8de29603c263f46ecddc4 | |
| parent | Merge pull request #139037 from obsidiansystems/ghc-8_10_7-21.05 (diff) | |
| download | nixpkgs-68580f08064122feb0fa71d18398bc964237daab.tar.gz | |
haskellPackages.ghcjs-base: 0.2.0.0 -> 0.2.0.3
(cherry picked from commit c8b255cf25574808d81cc2a3b6195cc9592956eb)
| -rw-r--r-- | pkgs/development/compilers/ghcjs-ng/ghcjs-base.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/compilers/ghcjs-ng/ghcjs-base.nix b/pkgs/development/compilers/ghcjs-ng/ghcjs-base.nix index 4fff32759d38..ca0086a918ab 100644 --- a/pkgs/development/compilers/ghcjs-ng/ghcjs-base.nix +++ b/pkgs/development/compilers/ghcjs-ng/ghcjs-base.nix @@ -8,11 +8,11 @@ }: mkDerivation { pname = "ghcjs-base"; - version = "0.2.0.0"; + version = "0.2.0.3"; src = fetchgit { url = "git://github.com/ghcjs/ghcjs-base"; - sha256 = "0qr05m0djll3x38dhl85pl798arsndmwfhil8yklhb70lxrbvfrs"; - rev = "01014ade3f8f5ae677df192d7c2a208bd795b96c"; + sha256 = "15fdkjv0l7hpbbsn5238xxgzfdg61g666nzbv2sgxkwryn5rycv0"; + rev = "85e31beab9beffc3ea91b954b61a5d04e708b8f2"; }; libraryHaskellDepends = [ aeson attoparsec base binary bytestring containers deepseq dlist |
