Skip to content

Commit bcfd895

Browse files
committed
eask-cli: 0.10.3 -> 0.11.0
1 parent b222bbd commit bcfd895

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ea/eask-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildNpmPackage rec {
88
pname = "eask-cli";
9-
version = "0.10.3";
9+
version = "0.11.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "emacs-eask";
1313
repo = "cli";
1414
rev = version;
15-
hash = "sha256-PDWPamX3Jp28VLvyx5ZXtQ8sNTlYcwP3TlVPOgwnek8=";
15+
hash = "sha256-xMay2HGw5vGvGIrbjCk0LNn5bvSiHbnpjfdGdO7BpQ4=";
1616
};
1717

18-
npmDepsHash = "sha256-1VWTL4BzvSHmVIyteHkjVqLPtbrhD2MMg/I+4mnPBIw=";
18+
npmDepsHash = "sha256-8/2DCFlQ0bQt9uajWm17qqp2zc8scHdscL6n/laSZZ8=";
1919

2020
dontBuild = true;
2121

0 commit comments

Comments
 (0)