adapta-gtk-theme: 3.93.1.22 -> 3.93.1.28 (#43056)

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.

Version release notes (from GitHub):
* Added some workarounds for Pixel-saver applet in Budgie (Gtk+ 3.2x/4.0).
* Dropped some outdated styling in FirefoxQuantum (Gtk+ 3.2x/4.0).

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/2a01274ab6cfba1470a7eec4fd70802c
- du listing: https://gist.github.com/9c89b76ba6d49d6056387e6e044f346f
This commit is contained in:
R. RyanTM 2018-07-06 11:16:29 -07:00 committed by xeji
parent 857f0753d6
commit 593bb456e4

View File

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