about summary refs log tree commit diff
path: root/pkgs/data/themes/greybird
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-09-07 22:41:38 +0800
committerBobby Rong <rjl931189261@126.com>2023-09-07 22:41:38 +0800
commit9c912844847c1f182363fdd0fe68a920ed6a68cf (patch)
treec44879efa80ce2ec4de4071e83d798bfa586bec3 /pkgs/data/themes/greybird
parent29ef0cc1fdcbe0708b064a8f951fc564dff9ff67 (diff)
greybird: 3.23.2 -> 3.23.3
https://github.com/shimmerproject/Greybird/compare/v3.23.2...v3.23.3
Diffstat (limited to 'pkgs/data/themes/greybird')
-rw-r--r--pkgs/data/themes/greybird/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/themes/greybird/default.nix b/pkgs/data/themes/greybird/default.nix
index 730a6112af279..0462a28d34fb9 100644
--- a/pkgs/data/themes/greybird/default.nix
+++ b/pkgs/data/themes/greybird/default.nix
@@ -13,13 +13,13 @@
 
 stdenv.mkDerivation rec {
   pname = "greybird";
-  version = "3.23.2";
+  version = "3.23.3";
 
   src = fetchFromGitHub {
     owner = "shimmerproject";
     repo = pname;
     rev = "v${version}";
-    sha256 = "h4sPjKpTufaunVP0d4Z5x/K+vRW1FpuLrMJjydx/a6w=";
+    sha256 = "+MZQ3FThuRFEfoARsF09B7POwytS5RgTs9zYzIHVtfg=";
   };
 
   nativeBuildInputs = [