bolt-launcher: 0.19.1 -> 0.20.0

This commit is contained in:
Rafael Ieda
2025-09-29 10:03:16 -03:00
parent 5791b360eb
commit b30033c759
+4 -3
View File
@@ -15,6 +15,7 @@
jdk17,
pango,
cairo,
pkg-config,
buildFHSEnv,
makeDesktopItem,
copyDesktopItems,
@@ -38,14 +39,14 @@ in
let
bolt = stdenv.mkDerivation (finalAttrs: {
pname = "bolt-launcher";
version = "0.19.1";
version = "0.20.0";
src = fetchFromGitHub {
owner = "AdamCake";
repo = "bolt";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-1BvjKlpUD4gJJOlrc2wsl9Pv2x1TBcejYsGiliMrwao=";
hash = "sha256-Gh1xaYAysZshEGzljnEYJuK8Mv4cwSWH1W4rEu2F/0s=";
};
nativeBuildInputs = [
@@ -54,6 +55,7 @@ let
luajit
makeWrapper
copyDesktopItems
pkg-config
];
buildInputs = [
@@ -67,7 +69,6 @@ let
];
cmakeFlags = [
"-D BOLT_LUAJIT_INCLUDE_DIR=${luajit}/include"
"-G Ninja"
]
++ lib.optionals (stdenv.hostPlatform.isAarch64) [