pantheon.switchboard-plug-about: 8.0.0 -> 8.1.0

https://github.com/elementary/switchboard-plug-about/compare/8.0.0...8.1.0
This commit is contained in:
Bobby Rong
2024-12-13 23:31:49 +08:00
parent 5359b70614
commit 62767cb0cd
@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
nix-update-script,
meson,
ninja,
@@ -12,6 +11,7 @@
libgee,
libgtop,
libgudev,
libsoup_3,
granite7,
gtk4,
packagekit,
@@ -25,24 +25,15 @@
stdenv.mkDerivation rec {
pname = "switchboard-plug-about";
version = "8.0.0";
version = "8.1.0";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-6b6nuOp4pEufHEmTraSfKpbtPuO3Z9hQJfvKuuyy7as=";
sha256 = "sha256-Z+dhNUGDDLxzPLAaFkvWA+d6YvfM5NayOMu3SKjswLs=";
};
patches = [
# Fix build with fwupd 2.0.0
# https://github.com/elementary/switchboard-plug-about/pull/343
(fetchpatch {
url = "https://github.com/elementary/switchboard-plug-about/commit/6f8ba61cb3d82229e19358ede81b77f66dbb06a2.patch";
hash = "sha256-E9itq/KGzw36S1dAFoCowa/A2/f6Shx9F379nEIM2qI=";
})
];
nativeBuildInputs = [
meson
ninja
@@ -60,6 +51,7 @@ stdenv.mkDerivation rec {
libgee
libgtop
libgudev
libsoup_3
packagekit
polkit
switchboard