about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2024-02-27 08:02:41 -0300
committerGitHub <noreply@github.com>2024-02-27 08:02:41 -0300
commit7c3c153f4ebd47dd4661398e6090e39a10ab38b6 (patch)
treebcad482c255b8b50a96bd137e399e1dd79d71bee /pkgs
parente03a74e5ccddd1758bfaf72fcd40ab1db99ff80a (diff)
parentbba94d888559c7a6dd8741010f284afd18bb50f6 (diff)
Merge pull request #291593 from r-ryantm/auto-update/whitesur-gtk-theme
whitesur-gtk-theme: 2023-10-13 -> 2024-02-26
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/data/themes/whitesur/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/themes/whitesur/default.nix b/pkgs/data/themes/whitesur/default.nix
index 11d7448047a4f..8c1651fff231c 100644
--- a/pkgs/data/themes/whitesur/default.nix
+++ b/pkgs/data/themes/whitesur/default.nix
@@ -40,13 +40,13 @@ lib.checkListOfEnum "${pname}: panel size" [ "default" "smaller" "bigger" ] (sin
 
 stdenv.mkDerivation rec {
   pname = "whitesur-gtk-theme";
-  version = "2023-10-13";
+  version = "2024-02-26";
 
   src = fetchFromGitHub {
     owner = "vinceliuice";
     repo = pname;
     rev = version;
-    sha256 = "sha256-H8QdKCX6C36J7AfFd0VV9Rnm8LGXSfkxj5Yp2p+PduE=";
+    sha256 = "sha256-9HYsORTd5n0jUYmwiObPZ90mOGhR2j+tzs6Y1NNnrn4=";
   };
 
   nativeBuildInputs = [