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: 479e79dc5867
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c14e23d0e682
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 10, 2019

  1. Copy the full SHA
    89c6d74 View commit details

Commits on Mar 11, 2019

  1. Merge pull request #57193 from dtzWill/update/at-spi-core-atk-2.30.1

    at-spi2-{core,atk}: 2.30.0 -> 2.30.1
    dtzWill authored Mar 11, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c14e23d View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/development/libraries/at-spi2-atk/default.nix
  2. +2 −2 pkgs/development/libraries/at-spi2-core/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/at-spi2-atk/default.nix
Original file line number Diff line number Diff line change
@@ -18,11 +18,11 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "at-spi2-atk";
version = "2.30.0";
version = "2.30.1";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "16lav8k3mcxf2hblfh95zcw41glmb92wwwwljrf10yza0h85gqg2";
sha256 = "1rxqp9kgf8mcyg84b9pq2kpqr1ws81ijn9nfdis2w0ixy9cbjfyr";
};

nativeBuildInputs = [ meson ninja pkgconfig ]
4 changes: 2 additions & 2 deletions pkgs/development/libraries/at-spi2-core/default.nix
Original file line number Diff line number Diff line change
@@ -19,11 +19,11 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "at-spi2-core";
version = "2.30.0";
version = "2.30.1";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "0azvgdmmivfz1fki25mz582gmwvfpajcnqhlq7s53nhr7lwzax81";
sha256 = "0j6aa071lnhpgv9h8l0pqimk8pc152gqpcbmq8djlj7h3f7iyvw5";
};

outputs = [ "out" "dev" ];