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 c28508e + fcad9fc commit 6e6bb38Copy full SHA for 6e6bb38
pkgs/by-name/ea/eask-cli/package.nix
@@ -6,16 +6,16 @@
6
7
buildNpmPackage rec {
8
pname = "eask-cli";
9
- version = "0.11.4";
+ version = "0.11.5";
10
11
src = fetchFromGitHub {
12
owner = "emacs-eask";
13
repo = "cli";
14
rev = version;
15
- hash = "sha256-uZFultiaRa1EQtIekc8d5vtcu+9QH5vZEB7wTjlg/vU=";
+ hash = "sha256-q6XOSy6tRcHagMpeZehzsgff58LaBDZppHSVtAqesDc=";
16
};
17
18
- npmDepsHash = "sha256-Kw7HcqnJdLCqkGXrv2C+u/Ad21TockUsllNt4eUzEoA=";
+ npmDepsHash = "sha256-IiB50znBBmzX2uEym45eK7jv+PYRKvs8wQYZ9E8UyBg=";
19
20
dontBuild = true;
21
0 commit comments