Skip to content

Commit

Permalink
Pantheon updates 2024-11-21 (#357882)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby285271 authored Nov 23, 2024
2 parents d92e4e2 + d8e5455 commit a112c12
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/pantheon/apps/sideload/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@

stdenv.mkDerivation rec {
pname = "sideload";
version = "6.2.2";
version = "6.3.0";

src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-7qwjZpEvB0eHIRsXv8jU7fVhbCIYI6tqJYmYvZR8oLo=";
sha256 = "sha256-2tYdcHx77XN2iu2PKXAKwOtb4TOFt3Igv17w2zIxqT4=";
};

nativeBuildInputs = [
Expand Down
10 changes: 10 additions & 0 deletions pkgs/desktops/pantheon/apps/switchboard-plugs/about/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, nix-update-script
, meson
, ninja
Expand Down Expand Up @@ -32,6 +33,15 @@ stdenv.mkDerivation rec {
sha256 = "sha256-6b6nuOp4pEufHEmTraSfKpbtPuO3Z9hQJfvKuuyy7as=";
};

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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

stdenvNoCC.mkDerivation rec {
pname = "elementary-gtk-theme";
version = "8.1.0";
version = "8.2.0";

src = fetchFromGitHub {
owner = "elementary";
repo = "stylesheet";
rev = version;
sha256 = "sha256-ZhqgvTbZN0lVAZ1nWy/Pvg7EdMYZIn8B5h1nmWo5E8E=";
sha256 = "sha256-l7E5o7JNqfJZzKpyvsjIVd2i9fwLh4Qn8oJ/S5RlFQ8=";
};

nativeBuildInputs = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, nix-update-script
, meson
, ninja
Expand Down Expand Up @@ -34,6 +35,15 @@ stdenv.mkDerivation rec {
sha256 = "sha256-w5dRQPRsM52wqusTLLPmKmVwoBFS+pHOokfDmCDxVWM=";
};

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
Expand Down

0 comments on commit a112c12

Please sign in to comment.