mate.mate-polkit: 1.26.1 -> 1.28.1
https://github.com/mate-desktop/mate-polkit/compare/v1.26.1...v1.28.1 Also uses Ayatana appindicator.
This commit is contained in:
parent
1d5c2c780f
commit
21690886e3
1 changed files with 4 additions and 6 deletions
|
@ -5,19 +5,18 @@
|
|||
, gettext
|
||||
, gtk3
|
||||
, gobject-introspection
|
||||
, libappindicator-gtk3
|
||||
, libindicator-gtk3
|
||||
, libayatana-appindicator
|
||||
, polkit
|
||||
, mateUpdateScript
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mate-polkit";
|
||||
version = "1.26.1";
|
||||
version = "1.28.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "9bewtd/FMwLEBAMkWZjrkSGvP1DnFmagmrc7slRSA1c=";
|
||||
sha256 = "NQod0KjtaiycGDz/KiHzlCmelo/MauLoyTxWXa5gSug=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -28,8 +27,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [
|
||||
gtk3
|
||||
libappindicator-gtk3
|
||||
libindicator-gtk3
|
||||
libayatana-appindicator
|
||||
polkit
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue