Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 463b9c9ea3c4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 85016ec3d156
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 28, 2018

  1. adapta-gtk-theme: 3.93.1.16 -> 3.93.1.18 (#41124)

    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/60eadc1cf0cabf6d0def6a21d1d21c5d
    - du listing: https://gist.github.com/afad29a6d76aa88ae6df876a0d28f599
    r-ryantm authored and xeji committed May 28, 2018
    Copy the full SHA
    85016ec View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/misc/themes/adapta/default.nix
4 changes: 2 additions & 2 deletions pkgs/misc/themes/adapta/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "adapta-gtk-theme-${version}";
version = "3.93.1.16";
version = "3.93.1.18";

src = fetchFromGitHub {
owner = "adapta-project";
repo = "adapta-gtk-theme";
rev = version;
sha256 = "11jjzhqvx74iq12682ymsnms99izwl5hys1anb9l0fl6jy0dh2xx";
sha256 = "1jaayfj2h0miaalmgk0i26py4b6750iq3kis2jnm54g2gxyw3ipw";
};

preferLocalBuild = true;