forked from mirrors/nixpkgs
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:
parent
4d1abc4419
commit
734cdd77b3
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "packagekit-${version}";
|
name = "packagekit-${version}";
|
||||||
version = "1.1.10";
|
version = "1.1.11";
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "hughsie";
|
owner = "hughsie";
|
||||||
repo = "PackageKit";
|
repo = "PackageKit";
|
||||||
rev = "PACKAGEKIT_${lib.replaceStrings ["."] ["_"] version}";
|
rev = "PACKAGEKIT_${lib.replaceStrings ["."] ["_"] version}";
|
||||||
sha256 = "11drd6ixx75q3w12am3z1npwllq1kxnhbxv0npng92c69kn291zs";
|
sha256 = "0zr4b3ax8lcd3wkgj1cybs2cqf38br2nvl91qkw9g2jmzlq6bvic";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ glib polkit python gobjectIntrospection vala_0_38 ]
|
buildInputs = [ glib polkit python gobjectIntrospection vala_0_38 ]
|
||||||
|
|
Loading…
Reference in a new issue