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.
1 parent 4c40e81 commit 495f75dCopy full SHA for 495f75d
pkgs/by-name/ea/eask-cli/package.nix
@@ -6,16 +6,16 @@
6
7
buildNpmPackage rec {
8
pname = "eask-cli";
9
- version = "0.11.2";
+ version = "0.11.4";
10
11
src = fetchFromGitHub {
12
owner = "emacs-eask";
13
repo = "cli";
14
rev = version;
15
- hash = "sha256-Lcnn84vRx9flKRouBkqtV6oehNReDfzmQr9htBl3jB0=";
+ hash = "sha256-uZFultiaRa1EQtIekc8d5vtcu+9QH5vZEB7wTjlg/vU=";
16
};
17
18
- npmDepsHash = "sha256-QkgH5q8EKGXahhENGsT3NBW7RdPVrSGwiTOi3Yy+ViE=";
+ npmDepsHash = "sha256-Kw7HcqnJdLCqkGXrv2C+u/Ad21TockUsllNt4eUzEoA=";
19
20
dontBuild = true;
21
0 commit comments