~toastal/easy-purescript-nix

82aad7e74412db454ba0efea22718e86086d5709 — toastal 3 years ago 0ac9a8b purs-tidy-0.4.0
purs-tidy: 0.3.4 → 0.4.0
2 files changed, 5 insertions(+), 5 deletions(-)

M purs-tidy/default.nix
M purs-tidy/spago-packages.nix
M purs-tidy/default.nix => purs-tidy/default.nix +2 -2
@@ 14,12 14,12 @@ let
in
pkgs.stdenv.mkDerivation rec {
  pname = "purs-tidy";
  version = "0.3.4";
  version = "0.4.0";

  src = pkgs.fetchgit {
    url = "https://github.com/natefaubion/purescript-tidy.git";
    rev = "v${version}";
    sha256 = "sha256-g5yNfehWh/2Ve1LwyY3SMEXR07Do6acbxRSU4sbnGVE=";
    sha256 = "sha256-B+bhH2SovdibRPAtwfDkpw203/h0bL9r9Lvz/7jY4sU=";
  };

  buildInputs = [ nodejs ];

M purs-tidy/spago-packages.nix => purs-tidy/spago-packages.nix +3 -3
@@ 199,11 199,11 @@ let

    "dodo-printer" = pkgs.stdenv.mkDerivation {
        name = "dodo-printer";
        version = "v2.0.0";
        version = "v2.1.0";
        src = pkgs.fetchgit {
          url = "https://github.com/natefaubion/purescript-dodo-printer.git";
          rev = "81264c9815251fc94ca74122cbafd732011edf7b";
          sha256 = "1qqaaqqzziaq1xqfy3h57ls4dl8kax7rsb3vc74if86n33fpsa0n";
          rev = "540dba0442abe686c0b211868d6f423e5df81b69";
          sha256 = "0d95dinb821vjmx891f3qaxsdnwrwzahglam11f8wrr6mcxsrqvw";
        };
        phases = "installPhase";
        installPhase = "ln -s $src $out";