about summary refs log tree commit diff
path: root/pkgs/data/themes
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-18 02:09:04 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-18 02:09:04 +0000
commit81f4e646631555a22c1fbd1bf025f3e22870f6f3 (patch)
tree7756320e9164d9af5dc7fca9b8c7cee801f34ca8 /pkgs/data/themes
parent3f1bb546b5eb45359d708aa93df420be25b6a28b (diff)
orchis-theme: 2024-04-01 -> 2024-04-18
Diffstat (limited to 'pkgs/data/themes')
-rw-r--r--pkgs/data/themes/orchis-theme/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/themes/orchis-theme/default.nix b/pkgs/data/themes/orchis-theme/default.nix
index 100599b34c3c1..75bdf7b07aa9c 100644
--- a/pkgs/data/themes/orchis-theme/default.nix
+++ b/pkgs/data/themes/orchis-theme/default.nix
@@ -26,13 +26,13 @@ lib.checkListOfEnum "${pname}: theme tweaks" validTweaks tweaks
 stdenvNoCC.mkDerivation
 rec {
   inherit pname;
-  version = "2024-04-01";
+  version = "2024-04-18";
 
   src = fetchFromGitHub {
     repo = "Orchis-theme";
     owner = "vinceliuice";
     rev = version;
-    hash = "sha256-gszyUZGWlgrBTQnaz6Ws7jzfTN5KAfX5SjVwmVrP9QE=";
+    hash = "sha256-Kvafbvw1q8F0+l47WshFHPfZEQhFXPPXuI0RjBJnP4s=";
   };
 
   nativeBuildInputs = [ gtk3 sassc ];