We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccf4c9c + ff1c707 commit 45e1a9cCopy full SHA for 45e1a9c
pkgs/development/compilers/elm/packages/elm-test/default.nix
@@ -6,16 +6,16 @@
6
7
buildNpmPackage rec {
8
pname = "elm-test";
9
- version = "0.19.1-revision13";
+ version = "0.19.1-revision15";
10
11
src = fetchFromGitHub {
12
owner = "rtfeldman";
13
repo = "node-test-runner";
14
rev = version;
15
- hash = "sha256-yA8RLJBytosvcLfuE29EtkCmY8FYJ9cUoHPxF+NVaQo=";
+ hash = "sha256-y9ejNZHtgRtZCKE1myH+LwZMOaPdG9for0zCH7xGSR4=";
16
};
17
18
- npmDepsHash = "sha256-6nUXyM7b9cV7IYWL+S3Cti1uUlh69/oSMjPHr4r+7y0=";
+ npmDepsHash = "sha256-hoInSQ+fKVmfCUoxYTqqb4+Nx/ER7EWWeN8FtmhOTpA=";
19
20
postPatch = ''
21
sed -i '/elm-tooling install/d' package.json
0 commit comments