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

Commits on Nov 12, 2020

  1. ayatana-ido: 0.8.0 -> 0.8.1

    r-ryantm committed Nov 12, 2020
    Copy the full SHA
    f32beb3 View commit details
  2. Merge pull request #103623 from r-ryantm/auto-update/ayatana-ido

    ayatana-ido: 0.8.0 -> 0.8.1
    NickHu authored Nov 12, 2020
    Copy the full SHA
    d1ca119 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/ayatana-ido/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/ayatana-ido/default.nix
Original file line number Diff line number Diff line change
@@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
pname = "ayatana-ido";
version = "0.8.0";
version = "0.8.1";

src = fetchFromGitHub {
owner = "AyatanaIndicators";
repo = pname;
rev = version;
sha256 = "1jmdvvgrgicpnpnygc24qcisqb9y026541gb6lw6fwapvc9aj73p";
sha256 = "1mcw6gmacrzx4cyg4223dpwcmj3qf8l30mxsg43292lajzwsm2hz";
};

nativeBuildInputs = [ pkg-config autoreconfHook gtk-doc vala gobject-introspection ];