nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

ayatana-ido: 0.8.1 -> 0.8.2 (#111147)

authored by

R. RyanTM and committed by
GitHub
54f8b319 fb38ac0e

+2 -2
+2 -2
pkgs/development/libraries/ayatana-ido/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "ayatana-ido"; 8 - version = "0.8.1"; 8 + version = "0.8.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "AyatanaIndicators"; 12 12 repo = pname; 13 13 rev = version; 14 - sha256 = "1mcw6gmacrzx4cyg4223dpwcmj3qf8l30mxsg43292lajzwsm2hz"; 14 + sha256 = "sha256-nJ4F2faK0XZPj9GzUk3Ueap5h6rALFXISHqFQ30RuoU="; 15 15 }; 16 16 17 17 nativeBuildInputs = [ pkg-config autoreconfHook gtk-doc vala gobject-introspection ];