adapta-gtk-theme: 3.93.1.14 -> 3.93.1.16

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

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/1f7d6359cc7a8a9633e6baffccd4c6e7
- du listing: https://gist.github.com/976b4a761384960b8a30216a39131cee
This commit is contained in:
R. RyanTM 2018-05-20 21:08:16 -07:00 committed by Orivej Desh
parent 7d0f84b909
commit 48b9d00c6b

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "adapta-gtk-theme-${version}";
version = "3.93.1.14";
version = "3.93.1.16";
src = fetchFromGitHub {
owner = "adapta-project";
repo = "adapta-gtk-theme";
rev = version;
sha256 = "11iviw9gj4jwp6v32a3y1n6hq8m9pf14drfqxhp3dnygylvxxdr2";
sha256 = "11jjzhqvx74iq12682ymsnms99izwl5hys1anb9l0fl6jy0dh2xx";
};
preferLocalBuild = true;