Skip to content

Commit d1fea30

Browse files
eask-cli: 0.11.2 -> 0.11.4 (#406624)
Co-authored-by: piotrkwiecinski <[email protected]>
2 parents fab95ba + 495f75d commit d1fea30

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

1111
src = fetchFromGitHub {
1212
owner = "emacs-eask";
1313
repo = "cli";
1414
rev = version;
15-
hash = "sha256-Lcnn84vRx9flKRouBkqtV6oehNReDfzmQr9htBl3jB0=";
15+
hash = "sha256-uZFultiaRa1EQtIekc8d5vtcu+9QH5vZEB7wTjlg/vU=";
1616
};
1717

18-
npmDepsHash = "sha256-QkgH5q8EKGXahhENGsT3NBW7RdPVrSGwiTOi3Yy+ViE=";
18+
npmDepsHash = "sha256-Kw7HcqnJdLCqkGXrv2C+u/Ad21TockUsllNt4eUzEoA=";
1919

2020
dontBuild = true;
2121

0 commit comments

Comments
 (0)