Skip to content

Commit 6e6bb38

Browse files
eask-cli: 0.11.4 -> 0.11.5 (#410205)
Co-authored-by: piotrkwiecinski <[email protected]>
2 parents c28508e + fcad9fc commit 6e6bb38

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

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

18-
npmDepsHash = "sha256-Kw7HcqnJdLCqkGXrv2C+u/Ad21TockUsllNt4eUzEoA=";
18+
npmDepsHash = "sha256-IiB50znBBmzX2uEym45eK7jv+PYRKvs8wQYZ9E8UyBg=";
1919

2020
dontBuild = true;
2121

0 commit comments

Comments
 (0)