Skip to content

Commit 45e1a9c

Browse files
elmPackages.elm-test: 0.19.1-revision13 -> 0.19.1-revision15 (#385750)
2 parents ccf4c9c + ff1c707 commit 45e1a9c

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/compilers/elm/packages/elm-test

1 file changed

+3
-3
lines changed

pkgs/development/compilers/elm/packages/elm-test/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildNpmPackage rec {
88
pname = "elm-test";
9-
version = "0.19.1-revision13";
9+
version = "0.19.1-revision15";
1010

1111
src = fetchFromGitHub {
1212
owner = "rtfeldman";
1313
repo = "node-test-runner";
1414
rev = version;
15-
hash = "sha256-yA8RLJBytosvcLfuE29EtkCmY8FYJ9cUoHPxF+NVaQo=";
15+
hash = "sha256-y9ejNZHtgRtZCKE1myH+LwZMOaPdG9for0zCH7xGSR4=";
1616
};
1717

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

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

0 commit comments

Comments
 (0)