Skip to content

Commit 9d26556

Browse files
eask-cli: 0.10.0 -> 0.10.1 (#348536)
2 parents e08d911 + 6d841ab commit 9d26556

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.0";
9+
version = "0.10.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "emacs-eask";
1313
repo = "cli";
1414
rev = version;
15-
hash = "sha256-bTig1g9G/2NYlvlo6TBMIQjmCqaC8AOwvTiPDbLv//Q=";
15+
hash = "sha256-FgmeAsqbnlw7yOMslAJnZWuG3nDDjcXlS2pI3X9x1PA=";
1616
};
1717

18-
npmDepsHash = "sha256-JEk+dbLndXn8Bfz9HZWzY9Blk2ZyEf5AH6M4+X1uwaM=";
18+
npmDepsHash = "sha256-IgL58W4j3xbtVpGz316DpnYPyZD5dmDvg7Z1Irr3jig=";
1919

2020
dontBuild = true;
2121

0 commit comments

Comments
 (0)