summary refs log tree commit diff
path: root/pkgs/data/themes/graphite-gtk-theme
diff options
context:
space:
mode:
authorJosé Romildo <malaquias@gmail.com>2022-03-22 12:55:34 -0300
committerJosé Romildo <malaquias@gmail.com>2022-03-22 13:23:17 -0300
commit5af555af48164cf4d0b8326468c7d5a499b00e4f (patch)
tree58a31c0ece7c671376b9b454a65fcd82ccfdfcb8 /pkgs/data/themes/graphite-gtk-theme
parentbe37c9a4e1466e9e1610c83ab201279a31325f50 (diff)
downloadnixpkgs-5af555af48164cf4d0b8326468c7d5a499b00e4f.tar
nixpkgs-5af555af48164cf4d0b8326468c7d5a499b00e4f.tar.gz
nixpkgs-5af555af48164cf4d0b8326468c7d5a499b00e4f.tar.bz2
nixpkgs-5af555af48164cf4d0b8326468c7d5a499b00e4f.tar.lz
nixpkgs-5af555af48164cf4d0b8326468c7d5a499b00e4f.tar.xz
nixpkgs-5af555af48164cf4d0b8326468c7d5a499b00e4f.tar.zst
nixpkgs-5af555af48164cf4d0b8326468c7d5a499b00e4f.zip
graphite-gtk-theme: unstable-2022-02-04 -> 2022-03-22
Diffstat (limited to 'pkgs/data/themes/graphite-gtk-theme')
-rw-r--r--pkgs/data/themes/graphite-gtk-theme/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/data/themes/graphite-gtk-theme/default.nix b/pkgs/data/themes/graphite-gtk-theme/default.nix
index cee243fbb20..132e2e9c376 100644
--- a/pkgs/data/themes/graphite-gtk-theme/default.nix
+++ b/pkgs/data/themes/graphite-gtk-theme/default.nix
@@ -22,18 +22,18 @@ in
 lib.checkListOfEnum "${pname}: theme variants" [ "default" "purple" "pink" "red" "orange" "yellow" "green" "teal" "blue" "all" ] themeVariants
 lib.checkListOfEnum "${pname}: color variants" [ "standard" "light" "dark" ] colorVariants
 lib.checkListOfEnum "${pname}: size variants" [ "standard" "compact" ] sizeVariants
-lib.checkListOfEnum "${pname}: tweaks" [ "nord" "black" "midblack" "rimless" "normal" ] tweaks
+lib.checkListOfEnum "${pname}: tweaks" [ "nord" "black" "dark" "rimless" "normal" ] tweaks
 lib.checkListOfEnum "${pname}: grub screens" [ "1080p" "2k" "4k" ] grubScreens
 
 stdenvNoCC.mkDerivation rec {
   inherit pname;
-  version = "unstable-2022-02-04";
+  version = "2022-03-22";
 
   src = fetchFromGitHub {
     owner = "vinceliuice";
     repo = pname;
     rev = "7ab6a1b7eda81e914405a9931408b1d5c73e6891";
-    sha256 = "09xixd6cz2iyyyg6vskyk0wj2mahfsg21dlfcvi862h8w01hg9lr";
+    sha256 = "maYHA+AICoPiZo62IJ52UFUhOZh+6m2e9z6Kz0zrsSc=";
   };
 
   nativeBuildInputs = [