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 fd5197d commit 48401bcCopy full SHA for 48401bc
pkgs/by-name/ea/eask-cli/package.nix
@@ -6,16 +6,16 @@
6
7
buildNpmPackage rec {
8
pname = "eask-cli";
9
- version = "0.10.2";
+ version = "0.10.3";
10
11
src = fetchFromGitHub {
12
owner = "emacs-eask";
13
repo = "cli";
14
rev = version;
15
- hash = "sha256-G6bJoNKEz0Lpp3vfJJ86r942dWdMhQLJn10YXjUKJtI=";
+ hash = "sha256-PDWPamX3Jp28VLvyx5ZXtQ8sNTlYcwP3TlVPOgwnek8=";
16
};
17
18
- npmDepsHash = "sha256-xZBnjhLHceLvYD9uPz5G9EupBBUAkBghxo5au0GxdWg=";
+ npmDepsHash = "sha256-1VWTL4BzvSHmVIyteHkjVqLPtbrhD2MMg/I+4mnPBIw=";
19
20
dontBuild = true;
21
0 commit comments