bolt-launcher: 0.18.0 -> 0.19.0

https://github.com/Adamcake/Bolt/releases/tag/0.19.0
This commit is contained in:
ZachDavies
2025-08-10 12:16:44 +02:00
parent 91883328fb
commit b8ff62868b
+2 -2
View File
@@ -38,14 +38,14 @@ in
let
bolt = stdenv.mkDerivation (finalAttrs: {
pname = "bolt-launcher";
version = "0.18.0";
version = "0.19.0";
src = fetchFromGitHub {
owner = "AdamCake";
repo = "bolt";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-S9SZ9UfohEHfwmXmHsTeSW45BHTJA4wPdFQXsX3Pk34=";
hash = "sha256-RTLlNB6eiesXZayC69hpnXQsAgmPuaJTC+18Q6KzAP0=";
};
nativeBuildInputs = [