about summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-02-15 11:08:38 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-02-15 11:08:38 +0000
commite0cfa587063fcefcf9f79c956bd783d4d424cf2b (patch)
treeaa99848d705a648ed07b21efe26a4038d312e714 /pkgs/os-specific/linux
parent26d8fc0ca16657d64dcce898a7e7923d1b435b38 (diff)
Updating the cifs utils (I think even the hash did not match for 4.5),
and adding some CIFS support to the sheevaplug kernel.

Patch by Rickard Nilsson.


svn path=/nixpkgs/trunk/; revision=32298
Diffstat (limited to 'pkgs/os-specific/linux')
-rw-r--r--pkgs/os-specific/linux/cifs-utils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/cifs-utils/default.nix b/pkgs/os-specific/linux/cifs-utils/default.nix
index 8595b6cf6a8ad..63eafb93e3043 100644
--- a/pkgs/os-specific/linux/cifs-utils/default.nix
+++ b/pkgs/os-specific/linux/cifs-utils/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl }:
    
 stdenv.mkDerivation rec {
-  name = "cifs-utils-4.5";
+  name = "cifs-utils-5.3";
    
   src = fetchurl {
     url = "ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/${name}.tar.bz2";
-    sha256 = "0nzjxhhs86ws1dzi2qgmxbkn6pcri7915r0sd51317b0b5n9k1w2";
+    sha256 = "68e969c4107a872e2848992732dc11eafc7bdf084bec894c0ba677572de49b32";
   };
 
   makeFlags = "root_sbindir=$(out)/sbin";