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 0b88932 commit 6d841abCopy full SHA for 6d841ab
pkgs/by-name/ea/eask-cli/package.nix
@@ -6,16 +6,16 @@
6
7
buildNpmPackage rec {
8
pname = "eask-cli";
9
- version = "0.10.0";
+ version = "0.10.1";
10
11
src = fetchFromGitHub {
12
owner = "emacs-eask";
13
repo = "cli";
14
rev = version;
15
- hash = "sha256-bTig1g9G/2NYlvlo6TBMIQjmCqaC8AOwvTiPDbLv//Q=";
+ hash = "sha256-FgmeAsqbnlw7yOMslAJnZWuG3nDDjcXlS2pI3X9x1PA=";
16
};
17
18
- npmDepsHash = "sha256-JEk+dbLndXn8Bfz9HZWzY9Blk2ZyEf5AH6M4+X1uwaM=";
+ npmDepsHash = "sha256-IgL58W4j3xbtVpGz316DpnYPyZD5dmDvg7Z1Irr3jig=";
19
20
dontBuild = true;
21
0 commit comments