~toastal/easy-purescript-nix

dd5111555ad2eb468079628c2caf3b5dd2ec8f04 — toastal 2 years ago 081eb13 purs-tidy-0.6.4
purs-tidy: 0.6.3 → 0.6.4

https://github.com/natefaubion/purescript-tidy/releases/tag/v0.6.4
2 files changed, 7 insertions(+), 7 deletions(-)

M purs-tidy/default.nix
M purs-tidy/node-packages.nix
M purs-tidy/default.nix => purs-tidy/default.nix +1 -1
@@ 4,7 4,7 @@
}:

let
  version = "0.6.3";
  version = "0.6.4";

  nodeEnv = import ./node-env.nix {
    inherit (pkgs) stdenv lib python2 runCommand writeTextFile;

M purs-tidy/node-packages.nix => purs-tidy/node-packages.nix +6 -6
@@ 4,23 4,23 @@

let
  sources = {
    "purs-tidy-0.6.3" = {
    "purs-tidy-0.6.4" = {
      name = "purs-tidy";
      packageName = "purs-tidy";
      version = "0.6.3";
      version = "0.6.4";
      src = fetchurl {
        url = "https://registry.npmjs.org/purs-tidy/-/purs-tidy-0.6.3.tgz";
        sha512 = "l7x4jZzsePf7Vp7aIIUYq1i5v/qz3WZE3FJiSjczzM5xTMUGyxn7rWaeBbCVwspzJr7fPZRksseoKkovByLZwg==";
        url = "https://registry.npmjs.org/purs-tidy/-/purs-tidy-0.6.4.tgz";
        sha512 = "d+0wmUeMsLLg6DAVLyGfMjJ97I+iP1YHbq8Z74JSp4qTgvpXRLBtyvuXpwVgmowsaf5DwHj5jAg1La0Cr7JPxg==";
      };
    };
  };
  args = {
    name = "purs-tidy";
    packageName = "purs-tidy";
    version = "0.6.3";
    version = "0.6.4";
    src = ./.;
    dependencies = [
      sources."purs-tidy-0.6.3"
      sources."purs-tidy-0.6.4"
    ];
    buildInputs = globalBuildInputs;
    meta = {