bolt-launcher: 0.17.0 -> 0.18.0

This commit is contained in:
JasperSurmont
2025-07-08 22:25:30 +02:00
parent 3a84f03c14
commit 3c982ee1dc
+3 -2
View File
@@ -38,14 +38,14 @@ in
let
bolt = stdenv.mkDerivation (finalAttrs: {
pname = "bolt-launcher";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "AdamCake";
repo = "bolt";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-RlWJcxSCKTbj6MNeQwweu20rPBQGzumEk42MtTAhGRU=";
hash = "sha256-S9SZ9UfohEHfwmXmHsTeSW45BHTJA4wPdFQXsX3Pk34=";
};
nativeBuildInputs = [
@@ -115,6 +115,7 @@ buildFHSEnv {
xorg.libSM
xorg.libXxf86vm
xorg.libX11
xorg.libXi
xorg.libXext
glib
pango