Merge pull request #317299 from piotrkwiecinski/eask-0.9.9

eask: 0.9.5 -> 0.9.9
This commit is contained in:
Peder Bergebakken Sundt 2024-06-08 01:32:26 +02:00 committed by GitHub
commit 52679f17ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
buildNpmPackage rec {
pname = "eask";
version = "0.9.5";
version = "0.9.9";
src = fetchFromGitHub {
owner = "emacs-eask";
repo = "cli";
rev = version;
hash = "sha256-olVR+TTDfSnQ+eJEb5qbNq96KnRr1WYx74/nC275+gI=";
hash = "sha256-BW2Kw5arYJStz468uLokNj7c1nFVdvYMPdVoaU6dRts=";
};
npmDepsHash = "sha256-LqJ6cJxrQ3uHuQqXHQ7pfhTlndqFuqoMee9CNSteCP4=";
npmDepsHash = "sha256-lgkPyu7kM6ZW/MgO2eBsf46Z767wDObrgh8dCLl+dGA=";
dontBuild = true;