Merge pull request #133164 from fufexan/orchis-theme

orchis-theme: 2021-06-09 -> 2021-06-25

authored by

Sandro and committed by
GitHub
36bf95be bd7b8668

+2 -2
+2 -2
pkgs/data/themes/orchis-theme/default.nix
··· 10 10 11 11 stdenvNoCC.mkDerivation rec { 12 12 pname = "orchis-theme"; 13 - version = "2021-06-09"; 13 + version = "2021-06-25"; 14 14 15 15 src = fetchFromGitHub { 16 16 repo = "Orchis-theme"; 17 17 owner = "vinceliuice"; 18 18 rev = version; 19 - sha256 = "sha256-YlrocFDk3da2eqxbJ5lPUUxHHvJZx19LOa0MSljWY8Q="; 19 + sha256 = "sha256-j0nsw1yR1yOckXiIMtzhC3w6kvfzxQQHgwdY6l0OuXw="; 20 20 }; 21 21 22 22 nativeBuildInputs = [ gtk3 sassc ];