Skip to content

Commit

Permalink
whitesur-kde: 2022-05-01-unstable-2024-11-01 -> 2024-11-18 (NixOS#357368
Browse files Browse the repository at this point in the history
)
  • Loading branch information
romildo authored Nov 24, 2024
2 parents 3bca3c0 + db29b76 commit 3c8b622
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/data/themes/whitesur-kde/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib
, stdenvNoCC
, fetchFromGitHub
, unstableGitUpdater
, gitUpdater
}:

# NOTE:
Expand All @@ -25,14 +25,14 @@
# ];
# };

stdenvNoCC.mkDerivation {
stdenvNoCC.mkDerivation rec {
pname = "whitesur-kde";
version = "2022-05-01-unstable-2024-11-01";
version = "2024-11-18";

src = fetchFromGitHub {
owner = "vinceliuice";
repo = "whitesur-kde";
rev = "efba411e11f8f4d3219bffb393d25afae62eacf2";
rev = version;
hash = "sha256-052mKpf8e5pSecMzaWB3McOZ/uAqp/XGJjcVWnlKPLE=";
};

Expand Down Expand Up @@ -65,7 +65,7 @@ stdenvNoCC.mkDerivation {
runHook postInstall
'';

passthru.updateScript = unstableGitUpdater { };
passthru.updateScript = gitUpdater { };

meta = {
description = "MacOS big sur like theme for KDE Plasma desktop";
Expand Down

0 comments on commit 3c8b622

Please sign in to comment.