Skip to content

Commit

Permalink
Merge pull request NixOS#103623 from r-ryantm/auto-update/ayatana-ido
Browse files Browse the repository at this point in the history
ayatana-ido: 0.8.0 -> 0.8.1
  • Loading branch information
NickHu committed Nov 12, 2020
2 parents e72ebfe + f32beb3 commit d1ca119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/ayatana-ido/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit d1ca119

Please sign in to comment.