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 09d1d8a + abeb136 commit cb74a2aCopy full SHA for cb74a2a
pkgs/by-name/ea/eask-cli/package.nix
@@ -6,16 +6,16 @@
6
7
buildNpmPackage rec {
8
pname = "eask-cli";
9
- version = "0.11.1";
+ version = "0.11.2";
10
11
src = fetchFromGitHub {
12
owner = "emacs-eask";
13
repo = "cli";
14
rev = version;
15
- hash = "sha256-4KV/wuZCtgVFfZwNEtlj8fjNS+Pk9d8yquYGCBEj+pE=";
+ hash = "sha256-Lcnn84vRx9flKRouBkqtV6oehNReDfzmQr9htBl3jB0=";
16
};
17
18
- npmDepsHash = "sha256-4AMFqX4wco+aCcWvnixR1KgYBPmQb2XSCicZpQwusRs=";
+ npmDepsHash = "sha256-QkgH5q8EKGXahhENGsT3NBW7RdPVrSGwiTOi3Yy+ViE=";
19
20
dontBuild = true;
21
0 commit comments