Unverified Commit 45e1a9cd authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

elmPackages.elm-test: 0.19.1-revision13 -> 0.19.1-revision15 (#385750)

parents ccf4c9c4 ff1c7071
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