budgie-session: 0.9.1 -> 1.0.0

https://github.com/BuddiesOfBudgie/budgie-session/compare/v0.9.1...v1.0.0
This commit is contained in:
Bobby Rong
2026-02-01 14:07:41 +08:00
parent efd0552220
commit 71e8eb2491
2 changed files with 4 additions and 4 deletions
@@ -27,9 +27,9 @@ index 327c7c7f..301ec7ee 100644
@@ -219,7 +219,7 @@ require_dbus_session (int argc,
}
new_argv[i + 2] = NULL;
- if (!execvp ("dbus-launch", new_argv)) {
+ if (!execvp ("@dbusLaunch@", new_argv)) {
g_set_error (error,
g_set_error (error,
G_SPAWN_ERROR,
G_SPAWN_ERROR_FAILED,
+2 -2
View File
@@ -31,13 +31,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "budgie-session";
version = "0.9.1";
version = "1.0.0";
src = fetchFromGitHub {
owner = "BuddiesOfBudgie";
repo = "budgie-session";
rev = "v${finalAttrs.version}";
hash = "sha256-mz+Yh3NK2Tag+MWVofFFXYYXspxhmYBD6YCiuATpZSI=";
hash = "sha256-KBNX1jbQ2yv+5rymoB9/w5V3bRZhBdZIJoysp9cNgn4=";
};
outputs = [