summary refs log tree commit diff
path: root/pkgs/data/themes/orchis-theme
diff options
context:
space:
mode:
authorkilianar <mail@kilianar.de>2023-05-27 12:45:04 +0200
committerkilianar <mail@kilianar.de>2023-05-27 12:45:04 +0200
commitae9ce7f2e301ba8647c897c2e8914b789081b445 (patch)
tree58c1f449cc553a46d52bc0081d5da315b49723c7 /pkgs/data/themes/orchis-theme
parent9fdb5f98208df8675aefec21916b3d896061f796 (diff)
downloadnixpkgs-ae9ce7f2e301ba8647c897c2e8914b789081b445.tar
nixpkgs-ae9ce7f2e301ba8647c897c2e8914b789081b445.tar.gz
nixpkgs-ae9ce7f2e301ba8647c897c2e8914b789081b445.tar.bz2
nixpkgs-ae9ce7f2e301ba8647c897c2e8914b789081b445.tar.lz
nixpkgs-ae9ce7f2e301ba8647c897c2e8914b789081b445.tar.xz
nixpkgs-ae9ce7f2e301ba8647c897c2e8914b789081b445.tar.zst
nixpkgs-ae9ce7f2e301ba8647c897c2e8914b789081b445.zip
orchis-theme: 2023-04-08 -> 2023-05-27
https://github.com/vinceliuice/Orchis-theme/releases/tag/2023-05-27
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 de628bbe74a..2d07ac3ae38 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-04-08";
+  version = "2023-05-27";
 
   src = fetchFromGitHub {
     repo = "Orchis-theme";
     owner = "vinceliuice";
     rev = version;
-    hash = "sha256-/X4Hr2M/7pf6JxTUvPoG5VkQd+rweEPeTNe9glSLh78=";
+    hash = "sha256-I1a8y9dAJqFgnhyMqfupSdGvbbScf6tSYKlAhAzY4Dk=";
   };
 
   nativeBuildInputs = [ gtk3 sassc ];