mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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:
parent
6cc28701f1
commit
d3b3b25fe5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user