summary refs log tree commit diff
path: root/pkgs/data/themes/orchis-theme
diff options
context:
space:
mode:
authorkilianar <mail@kilianar.de>2023-10-19 23:34:35 +0200
committerkilianar <mail@kilianar.de>2023-10-19 23:34:35 +0200
commita24b848ab69f976865c69f85a42fce1a65914692 (patch)
tree091fa2119628ddf8f2e02d4f2c77b71620631991 /pkgs/data/themes/orchis-theme
parentced9bf9f7c303c7d4acc6c4a1bb44368c6baae3f (diff)
downloadnixpkgs-a24b848ab69f976865c69f85a42fce1a65914692.tar
nixpkgs-a24b848ab69f976865c69f85a42fce1a65914692.tar.gz
nixpkgs-a24b848ab69f976865c69f85a42fce1a65914692.tar.bz2
nixpkgs-a24b848ab69f976865c69f85a42fce1a65914692.tar.lz
nixpkgs-a24b848ab69f976865c69f85a42fce1a65914692.tar.xz
nixpkgs-a24b848ab69f976865c69f85a42fce1a65914692.tar.zst
nixpkgs-a24b848ab69f976865c69f85a42fce1a65914692.zip
orchis-theme: 2023-05-27 -> 2023-10-20
https://github.com/vinceliuice/Orchis-theme/releases/tag/2023-10-20
Diffstat (limited to 'pkgs/data/themes/orchis-theme')
-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 2d07ac3ae38..351c1c22207 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-05-27";
+  version = "2023-10-20";
 
   src = fetchFromGitHub {
     repo = "Orchis-theme";
     owner = "vinceliuice";
     rev = version;
-    hash = "sha256-I1a8y9dAJqFgnhyMqfupSdGvbbScf6tSYKlAhAzY4Dk=";
+    hash = "sha256-GhSzTtbuvbAuXxKNm29sJX5kXE2s2jMDB6Ww6Q7GNSo=";
   };
 
   nativeBuildInputs = [ gtk3 sassc ];