adapta-gtk-theme: 3.93.0.174 -> 3.93.0.225

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/adapta-gtk-theme/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- directory tree listing: https://gist.github.com/3865bcde7ac7faabba940e89c5114260
This commit is contained in:
R. RyanTM 2018-04-07 21:28:05 -07:00
parent c45eadf31d
commit dfcbd477be

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "adapta-gtk-theme-${version}"; name = "adapta-gtk-theme-${version}";
version = "3.93.0.174"; version = "3.93.0.225";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "adapta-project"; owner = "adapta-project";
repo = "adapta-gtk-theme"; repo = "adapta-gtk-theme";
rev = version; rev = version;
sha256 = "0fkvcpx2vhyr3z74r5mcpjh293w3cfm07axj8dj84nl2hi6im8b6"; sha256 = "1mjdvfvx45pdypl34yghgi47bj86rwvryx9mwhwwb09psn9smp49";
}; };
preferLocalBuild = true; preferLocalBuild = true;