Author: simons
Date: Thu Oct  6 09:57:32 2011
New Revision: 29681
URL: http://nixos.org/websvn/nix/?rev=29681&sc=1

Log:
cups: updated to version 1.5.0

Modified:
   nixpkgs/branches/stdenv-updates/pkgs/misc/cups/default.nix

Modified: nixpkgs/branches/stdenv-updates/pkgs/misc/cups/default.nix
==============================================================================
--- nixpkgs/branches/stdenv-updates/pkgs/misc/cups/default.nix  Thu Oct  6 
09:37:22 2011        (r29680)
+++ nixpkgs/branches/stdenv-updates/pkgs/misc/cups/default.nix  Thu Oct  6 
09:57:32 2011        (r29681)
@@ -1,7 +1,7 @@
 { stdenv, fetchurl, pkgconfig, zlib, libjpeg, libpng, libtiff, pam, openssl
 , dbus, libusb, acl }:
 
-let version = "1.4.7"; in
+let version = "1.5.0"; in
 
 stdenv.mkDerivation {
   name = "cups-${version}";
@@ -10,7 +10,7 @@
 
   src = fetchurl {
     url = 
"http://ftp.easysw.com/pub/cups/${version}/cups-${version}-source.tar.bz2";;
-    sha256 = "1xlnkdqldq81pdqgisqbyh92k249bzz35m1f5bp4la06p00ksvjf";
+    sha256 = "0czc0bmrm31jy03inm6w2mbr5s9q9xk6s1x5x4kddx2qlml9pyf6";
   };
 
   buildInputs = [ pkgconfig zlib libjpeg libpng libtiff pam dbus libusb acl ];
@@ -40,7 +40,7 @@
   meta = {
     homepage = http://www.cups.org/;
     description = "A standards-based printing system for UNIX";
-    license = "GPLv2"; # actually LGPL for the library and GPL for the rest
+    license = stdenv.lib.licenses.gpl2; # actually LGPL for the library and 
GPL for the rest
     maintainers = [ stdenv.lib.maintainers.urkud stdenv.lib.maintainers.simons 
];
     platforms = stdenv.lib.platforms.linux;
   };
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to