krohnkite: 0.9.8.3 -> 0.9.8.4

This commit is contained in:
ben9986 2024-12-07 15:30:35 +00:00
parent 77b46b8745
commit b0cbb2b290
No known key found for this signature in database
GPG Key ID: ABBCDD7769BCD3B0
2 changed files with 5 additions and 5 deletions

View File

@ -9,16 +9,16 @@
}:
buildNpmPackage rec {
pname = "krohnkite";
version = "0.9.8.3";
version = "0.9.8.4";
src = fetchFromGitHub {
owner = "anametologin";
repo = "krohnkite";
rev = "refs/tags/${version}";
hash = "sha256-PiGpYOKvBpwkPfDWHlOhq7dwyBYzfzfJVURiEC1a78g=";
hash = "sha256-VVHusFuQ/awfFV4izId7VPYCrS8riTavhpB2KpJ9084=";
};
npmDepsHash = "sha256-IUGRxDCn/aEebCgDPElEPKOxfoYmLoFHVROkTJpNISY=";
npmDepsHash = "sha256-k44SltKLR/Y8qWFCLW2jBWElk9JGn+0azQn0G1f0vuY=";
dontWrapQtApps = true;

View File

@ -1,12 +1,12 @@
{
"name": "krohnkite",
"version": "0.9.8.3",
"version": "0.9.8.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "krohnkite",
"version": "0.9.8.3",
"version": "0.9.8.4",
"license": "MIT",
"devDependencies": {
"mocha": "^10.4.0",