mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 00:47:40 +00:00
cifs_utils: update from 6.3 to 6.4
This commit is contained in:
parent
82cd0a66e6
commit
6bdba69702
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "cifs-utils-6.3";
|
||||
name = "cifs-utils-6.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/${name}.tar.bz2";
|
||||
sha256 = "0nrpd3ibzfhdxgq1pw0jhzx163z5jvq4qcjxl35qlqj74lm3pxzz";
|
||||
sha256 = "1qz6d2xg4z1if0hy7qwyzgcr59l0alkhci6gxgjdldglda967z1q";
|
||||
};
|
||||
|
||||
makeFlags = "root_sbindir=$(out)/sbin";
|
||||
|
Loading…
Reference in New Issue
Block a user