about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2024-05-03 12:15:48 -0300
committerGitHub <noreply@github.com>2024-05-03 12:15:48 -0300
commit1aae0909b02ffb4d0d4a45db322df7a8c9fdd34e (patch)
treeb35f716cc40df0b37f5021e1a4d96d39ba019cc4
parent87d41cc77ab7df58effa3712bfb73a32dd067d5d (diff)
parent1c4f8146a7919ab8a40564a33ae593ea898c7358 (diff)
Merge pull request #308755 from r-ryantm/auto-update/graphite-gtk-theme
graphite-gtk-theme: 2023-12-31 -> 2024-04-28
-rw-r--r--pkgs/data/themes/graphite-gtk-theme/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/themes/graphite-gtk-theme/default.nix b/pkgs/data/themes/graphite-gtk-theme/default.nix
index ef453e7cbbda..5fadc70d1181 100644
--- a/pkgs/data/themes/graphite-gtk-theme/default.nix
+++ b/pkgs/data/themes/graphite-gtk-theme/default.nix
@@ -27,13 +27,13 @@ lib.checkListOfEnum "${pname}: grub screens" [ "1080p" "2k" "4k" ] grubScreens
 
 stdenvNoCC.mkDerivation rec {
   inherit pname;
-  version = "2023-12-31";
+  version = "2024-04-28";
 
   src = fetchFromGitHub {
     owner = "vinceliuice";
     repo = pname;
     rev = version;
-    hash = "sha256-tAby1nLRBdkVQy448BXloBw8oeYqN2aFEs0jahNI3jg=";
+    hash = "sha256-7P8dTPk0LwXU3e44TeechCNsxtzw+w01B56IWtCUcCI=";
   };
 
   nativeBuildInputs = [