Author: simons
Date: Fri Jul  8 10:51:18 2011
New Revision: 27671
URL: https://svn.nixos.org/websvn/nix/?rev=27671&sc=1

Log:
smartmontools: updated to version 5.41

Modified:
   nixpkgs/trunk/pkgs/tools/system/smartmontools/default.nix

Modified: nixpkgs/trunk/pkgs/tools/system/smartmontools/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/tools/system/smartmontools/default.nix   Fri Jul  8 
09:30:05 2011        (r27670)
+++ nixpkgs/trunk/pkgs/tools/system/smartmontools/default.nix   Fri Jul  8 
10:51:18 2011        (r27671)
@@ -1,11 +1,14 @@
 {stdenv, fetchurl}:
 
-stdenv.mkDerivation rec {
-  name = "smartmontools-5.38";
-  
+let
+  name = "smartmontools-5.41";
+in
+stdenv.mkDerivation {
+  inherit name;
+
   src = fetchurl {
     url = "mirror://sourceforge/smartmontools/${name}.tar.gz";
-    sha256 = "1s1i5y5n3jx681y03jj459yy4ijaq564z8bp2cgqb97wl4h762dj";
+    sha256 = 
"173eb14e3253a30230f38c7e684085bcae7fa021efff58bdf94c2702ac76fa32";
   };
 
   meta = {
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to