cups-pk-helper: 0.2.5 -> 0.2.6

+4 -3
+4 -3
pkgs/misc/cups/cups-pk-helper.nix
··· 1 1 { stdenv, fetchurl, intltool, pkgconfig, glib, polkit, cups }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "0.2.5"; 4 + version = "0.2.6"; 5 5 name = "cups-pk-helper-${version}"; 6 6 7 7 src = fetchurl { 8 8 url = "http://www.freedesktop.org/software/cups-pk-helper/releases/cups-pk-helper-${version}.tar.xz"; 9 - sha256 = "0651ij5p5s0n3xxbaqsy72s22nx9hfkrjgvg766lkqd1cpniw8hr"; 9 + sha256 = "0a52jw6rm7lr5nbyksiia0rn7sasyb5cjqcb95z1wxm2yprgi6lm"; 10 10 }; 11 11 12 - buildInputs = [ intltool pkgconfig glib polkit cups ]; 12 + nativeBuildInputs = [ pkgconfig intltool ]; 13 + buildInputs = [ glib polkit cups ]; 13 14 14 15 meta = with stdenv.lib; { 15 16 description = "PolicyKit helper to configure cups with fine-grained privileges";