Skip to content

Commit

Permalink
Pantheon updates 2025-02-13 (#381770)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby285271 authored Feb 14, 2025
2 parents b3b2193 + f850d7a commit 294edd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/pantheon/desktop/elementary-greeter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@

stdenv.mkDerivation rec {
pname = "elementary-greeter";
version = "8.0.0";
version = "8.0.1";

src = fetchFromGitHub {
owner = "elementary";
repo = "greeter";
rev = version;
sha256 = "sha256-fx3KHMF6UhIFXyJHQ4dKJnVidsNMBk7AvHzaF3ELH1k=";
sha256 = "sha256-T/tI8WRVbTLdolDYa98M2Vm26p0xhGiai74lXAlpQ8k=";
};

patches = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@

stdenv.mkDerivation rec {
pname = "wingpanel-indicator-power";
version = "8.0.1";
version = "8.0.2";

src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-zMvw96uRr9hrgXck+OhMiPku9qu8/zUtusiaJLUcuys=";
sha256 = "sha256-AeeL/OcQ7V3HT3IWhTQHx/dcCSqL/0s/fShPq96V3xE=";
};

patches = [
Expand Down

0 comments on commit 294edd4

Please sign in to comment.