Commit ff1c7071 authored by R. RyanTM's avatar R. RyanTM
Browse files

elmPackages.elm-test: 0.19.1-revision13 -> 0.19.1-revision15

parent d7edfd5d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

buildNpmPackage rec {
  pname = "elm-test";
  version = "0.19.1-revision13";
  version = "0.19.1-revision15";

  src = fetchFromGitHub {
    owner = "rtfeldman";
    repo = "node-test-runner";
    rev = version;
    hash = "sha256-yA8RLJBytosvcLfuE29EtkCmY8FYJ9cUoHPxF+NVaQo=";
    hash = "sha256-y9ejNZHtgRtZCKE1myH+LwZMOaPdG9for0zCH7xGSR4=";
  };

  npmDepsHash = "sha256-6nUXyM7b9cV7IYWL+S3Cti1uUlh69/oSMjPHr4r+7y0=";
  npmDepsHash = "sha256-hoInSQ+fKVmfCUoxYTqqb4+Nx/ER7EWWeN8FtmhOTpA=";

  postPatch = ''
    sed -i '/elm-tooling install/d' package.json