summary refs log tree commit diff
path: root/pkgs/data/themes/orchis-theme
diff options
context:
space:
mode:
authorkilianar <mail@kilianar.de>2022-07-20 09:24:12 +0200
committerkilianar <mail@kilianar.de>2022-07-20 09:24:12 +0200
commit17c9b72ab84c4770c5fd97106b1f14d8e46ee4b2 (patch)
tree41b350ff4131967c9ed2805754ed2a14af79bfce /pkgs/data/themes/orchis-theme
parent4d76a8a81f1a918ae273225692eef5d684ea02ca (diff)
downloadnixpkgs-17c9b72ab84c4770c5fd97106b1f14d8e46ee4b2.tar
nixpkgs-17c9b72ab84c4770c5fd97106b1f14d8e46ee4b2.tar.gz
nixpkgs-17c9b72ab84c4770c5fd97106b1f14d8e46ee4b2.tar.bz2
nixpkgs-17c9b72ab84c4770c5fd97106b1f14d8e46ee4b2.tar.lz
nixpkgs-17c9b72ab84c4770c5fd97106b1f14d8e46ee4b2.tar.xz
nixpkgs-17c9b72ab84c4770c5fd97106b1f14d8e46ee4b2.tar.zst
nixpkgs-17c9b72ab84c4770c5fd97106b1f14d8e46ee4b2.zip
orchis-theme: 2022-05-29 -> 2022-07-20
https://github.com/vinceliuice/Orchis-theme/releases/tag/2022-07-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 ea8603020c0..da647306ede 100644
--- a/pkgs/data/themes/orchis-theme/default.nix
+++ b/pkgs/data/themes/orchis-theme/default.nix
@@ -21,13 +21,13 @@ assert lib.assertMsg (unknownTweaks == [ ]) ''
 stdenvNoCC.mkDerivation
 rec {
   pname = "orchis-theme";
-  version = "2022-05-29";
+  version = "2022-07-20";
 
   src = fetchFromGitHub {
     repo = "Orchis-theme";
     owner = "vinceliuice";
     rev = version;
-    sha256 = "sha256-F4kqQ1B8JNo2TAdGFondAtQu5C/6os9SQ8NS2gfRCQM=";
+    sha256 = "sha256-0T9D42XwyvIb5XeXdqXbyahVHNcSeT469lSgWSisNvA=";
   };
 
   nativeBuildInputs = [ gtk3 sassc ];