pantheon.elementary-settings-daemon: 8.1.0 -> 8.1.1

https://github.com/elementary/settings-daemon/compare/8.1.0...8.1.1
This commit is contained in:
Bobby Rong
2024-12-13 23:28:12 +08:00
parent 29ffe6b6ab
commit 11c06cbb25
@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
nix-update-script,
meson,
ninja,
@@ -27,24 +26,15 @@
stdenv.mkDerivation rec {
pname = "elementary-settings-daemon";
version = "8.1.0";
version = "8.1.1";
src = fetchFromGitHub {
owner = "elementary";
repo = "settings-daemon";
rev = version;
sha256 = "sha256-w5dRQPRsM52wqusTLLPmKmVwoBFS+pHOokfDmCDxVWM=";
sha256 = "sha256-HOmV3RBVn8xah/Bzt7OOXVE145uwn1SEFzvcVSLMHtE=";
};
patches = [
# Fix build with fwupd 2.0.0
# https://github.com/elementary/settings-daemon/pull/169
(fetchpatch {
url = "https://github.com/elementary/settings-daemon/commit/f9f9e6c49ef89451ad45aa8314769a0358a5e481.patch";
hash = "sha256-zLONUqRwODK3JXaoymztEfOIJONJpwcTp5AWv0Vl+EI=";
})
];
nativeBuildInputs = [
desktop-file-utils
gobject-introspection