pantheon.pantheon-agent-polkit: 0.1.6 -> 1.0.0

https://github.com/elementary/pantheon-agent-polkit/releases/tag/1.0.0
This commit is contained in:
worldofpeace 2019-11-19 14:28:32 -05:00
parent 6cc28701f1
commit d3b3b25fe5

View File

@ -7,19 +7,20 @@
, vala
, gtk3
, libgee
, granite
, polkit
, wrapGAppsHook
}:
stdenv.mkDerivation rec {
pname = "pantheon-agent-polkit";
version = "0.1.6";
version = "1.0.0";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "1g9l2jzpvv0dbvxh93w98a7ijsfqv3s3382li4s256179gihhd67";
sha256 = "1yybblprcn0cgcf9j76yckqcimm4h8l41cczxjvgp789p1pki3bn";
};
passthru = {
@ -37,6 +38,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
granite
gtk3
libgee
polkit