summary refs log tree commit diff
path: root/pkgs/data/themes
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2022-02-21 19:52:11 -0300
committerGitHub <noreply@github.com>2022-02-21 19:52:11 -0300
commit0bb2fc1c8d40b62cb5a27b92dd3f5d13692a82ff (patch)
tree637fc162f273ecc23344d033ac27398b23438d02 /pkgs/data/themes
parent4faad70d25b06084d9d86834108e2a4504e039c3 (diff)
parente40680801b3be291c5d2547e2ae3b16d308764d8 (diff)
downloadnixpkgs-0bb2fc1c8d40b62cb5a27b92dd3f5d13692a82ff.tar
nixpkgs-0bb2fc1c8d40b62cb5a27b92dd3f5d13692a82ff.tar.gz
nixpkgs-0bb2fc1c8d40b62cb5a27b92dd3f5d13692a82ff.tar.bz2
nixpkgs-0bb2fc1c8d40b62cb5a27b92dd3f5d13692a82ff.tar.lz
nixpkgs-0bb2fc1c8d40b62cb5a27b92dd3f5d13692a82ff.tar.xz
nixpkgs-0bb2fc1c8d40b62cb5a27b92dd3f5d13692a82ff.tar.zst
nixpkgs-0bb2fc1c8d40b62cb5a27b92dd3f5d13692a82ff.zip
Merge pull request #160973 from r-ryantm/auto-update/orchis-theme
orchis-theme: 2021-12-13 -> 2022-02-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 666166e0a9d..ccaee7f6552 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 = "2021-12-13";
+  version = "2022-02-18";
 
   src = fetchFromGitHub {
     repo = "Orchis-theme";
     owner = "vinceliuice";
     rev = version;
-    sha256 = "sha256-PN2ucGMDzRv4v86X1zVIs9+GkbMWuja2WaSQLFvJYd0=";
+    sha256 = "sha256-SqptW8DEDCB6LMHalRlf71TWK93gW+blbu6Q1Oommes=";
   };
 
   nativeBuildInputs = [ gtk3 sassc ];