pantheon.elementary-session-settings: 6.0.0-unstable-2024-03-29 -> 8.0.0

53bf57e5b3...8.0.0
This commit is contained in:
Bobby Rong 2024-08-23 21:29:50 +08:00
parent fb105c395e
commit 1ff7e28086
No known key found for this signature in database

View File

@ -3,6 +3,7 @@
, fetchFromGitHub
, nix-update-script
, desktop-file-utils
, gettext
, pkg-config
, writeScript
, gnome-keyring
@ -91,20 +92,18 @@ in
stdenv.mkDerivation rec {
pname = "elementary-session-settings";
version = "6.0.0-unstable-2024-03-29";
version = "8.0.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "session-settings";
# For systemd managed gnome-session support.
# https://github.com/NixOS/nixpkgs/issues/228946
# nixpkgs-update: no auto update
rev = "53bf57e5b32936befc3003a0f99c5b3a69349c76";
sha256 = "sha256-TX9V6gZiuPEKSHQoSD4+5QptuqEvuErCJ8OF2KFRf9k=";
rev = version;
sha256 = "sha256-CtArMzM6eukH/Ob0W/U4xh2vvqm17m3T0w7lhcRid74=";
};
nativeBuildInputs = [
desktop-file-utils
gettext
meson
ninja
pkg-config