cups-pk-helper: 0.2.5 -> 0.2.6

This commit is contained in:
Franz Pletz 2017-03-04 12:36:15 +01:00
parent 2a24e86676
commit 99ef5c84b4
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -1,15 +1,16 @@
{ stdenv, fetchurl, intltool, pkgconfig, glib, polkit, cups }:
stdenv.mkDerivation rec {
version = "0.2.5";
version = "0.2.6";
name = "cups-pk-helper-${version}";
src = fetchurl {
url = "http://www.freedesktop.org/software/cups-pk-helper/releases/cups-pk-helper-${version}.tar.xz";
sha256 = "0651ij5p5s0n3xxbaqsy72s22nx9hfkrjgvg766lkqd1cpniw8hr";
sha256 = "0a52jw6rm7lr5nbyksiia0rn7sasyb5cjqcb95z1wxm2yprgi6lm";
};
buildInputs = [ intltool pkgconfig glib polkit cups ];
nativeBuildInputs = [ pkgconfig intltool ];
buildInputs = [ glib polkit cups ];
meta = with stdenv.lib; {
description = "PolicyKit helper to configure cups with fine-grained privileges";