Skip to content

Commit 245ba8b

Browse files
authored
krohnkite: 0.9.7 -> 0.9.8.2 (#348145)
2 parents ac8b46d + cd1c8e9 commit 245ba8b

File tree

2 files changed

+99
-32
lines changed

2 files changed

+99
-32
lines changed

pkgs/kde/third-party/krohnkite/default.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
}:
1010
buildNpmPackage rec {
1111
pname = "krohnkite";
12-
version = "0.9.7";
12+
version = "0.9.8.2";
1313

1414
src = fetchFromGitHub {
1515
owner = "anametologin";
1616
repo = "krohnkite";
1717
rev = "refs/tags/${version}";
18-
hash = "sha256-8A3zW5tK8jK9fSxYx28b8uXGsvxEoUYybU0GaMD2LNw=";
18+
hash = "sha256-chADfJ1zaufnwi4jHbEN1Oec3XFNw0YsZxLFhnY3T9w=";
1919
};
2020

21-
npmDepsHash = "sha256-My1goFEoZW9kFA3zb8xKPxAPXm6bypyq+ajPM8zVOHQ=";
21+
npmDepsHash = "sha256-3yE2gyyVkLn/dPDG9zDdkHAEb4/hqTJdyMXE5Y6Z5pM=";
2222

2323
dontWrapQtApps = true;
2424

@@ -40,8 +40,8 @@ buildNpmPackage rec {
4040
runHook preInstall
4141
4242
substituteInPlace Makefile --replace-fail '7z a -tzip' 'zip -r'
43-
make krohnkite-${version}.kwinscript
44-
kpackagetool6 --type=KWin/Script --install=krohnkite-${version}.kwinscript --packageroot=$out/share/kwin/scripts
43+
make KWINPKG_FILE=krohnkite.kwinscript krohnkite.kwinscript
44+
kpackagetool6 --type=KWin/Script --install=krohnkite.kwinscript --packageroot=$out/share/kwin/scripts
4545
4646
runHook postInstall
4747
'';

0 commit comments

Comments
 (0)