about summary refs log tree commit diff
path: root/pkgs/data
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-01 13:28:16 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-01 13:28:16 +0000
commit6a3b34f81cc10b59e4bcd4489d16360e92625392 (patch)
tree79e1ccc07e5697ae8f9820149b6ee16ed82cf7f7 /pkgs/data
parentf06c02ce7cf56f0a3b881bd5d4b8fd0caefb4ec9 (diff)
orchis-theme: 2023-10-20 -> 2024-04-01
Diffstat (limited to 'pkgs/data')
-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 351c1c22207cd..100599b34c3c1 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 = "2023-10-20";
+  version = "2024-04-01";
 
   src = fetchFromGitHub {
     repo = "Orchis-theme";
     owner = "vinceliuice";
     rev = version;
-    hash = "sha256-GhSzTtbuvbAuXxKNm29sJX5kXE2s2jMDB6Ww6Q7GNSo=";
+    hash = "sha256-gszyUZGWlgrBTQnaz6Ws7jzfTN5KAfX5SjVwmVrP9QE=";
   };
 
   nativeBuildInputs = [ gtk3 sassc ];