krohnkite: 0.9.8.3 -> 0.9.8.4 (#362863)

This commit is contained in:
K900 2024-12-07 19:22:24 +03:00 committed by GitHub
commit b5879c104e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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",