Skip to content

Commit cb74a2a

Browse files
eask-cli: 0.11.1 -> 0.11.2 (#401958)
Co-authored-by: piotrkwiecinski <[email protected]>
2 parents 09d1d8a + abeb136 commit cb74a2a

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

1111
src = fetchFromGitHub {
1212
owner = "emacs-eask";
1313
repo = "cli";
1414
rev = version;
15-
hash = "sha256-4KV/wuZCtgVFfZwNEtlj8fjNS+Pk9d8yquYGCBEj+pE=";
15+
hash = "sha256-Lcnn84vRx9flKRouBkqtV6oehNReDfzmQr9htBl3jB0=";
1616
};
1717

18-
npmDepsHash = "sha256-4AMFqX4wco+aCcWvnixR1KgYBPmQb2XSCicZpQwusRs=";
18+
npmDepsHash = "sha256-QkgH5q8EKGXahhENGsT3NBW7RdPVrSGwiTOi3Yy+ViE=";
1919

2020
dontBuild = true;
2121

0 commit comments

Comments
 (0)