packagekit: 1.1.10 -> 1.1.11

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/packagekit/versions
This commit is contained in:
R. RyanTM 2018-10-03 05:26:46 -07:00
parent 4d1abc4419
commit 734cdd77b3

View file

@ -9,7 +9,7 @@
stdenv.mkDerivation rec {
name = "packagekit-${version}";
version = "1.1.10";
version = "1.1.11";
outputs = [ "out" "dev" ];
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
owner = "hughsie";
repo = "PackageKit";
rev = "PACKAGEKIT_${lib.replaceStrings ["."] ["_"] version}";
sha256 = "11drd6ixx75q3w12am3z1npwllq1kxnhbxv0npng92c69kn291zs";
sha256 = "0zr4b3ax8lcd3wkgj1cybs2cqf38br2nvl91qkw9g2jmzlq6bvic";
};
buildInputs = [ glib polkit python gobjectIntrospection vala_0_38 ]