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";