summary refs log tree commit diff
path: root/pkgs/os-specific/linux/cifs-utils
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-17 14:55:09 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-17 14:55:09 -0700
commitb57b1d1a2efdef3d60b7fec51722d458c739d698 (patch)
tree18fa0b91738543792db79c556e2f1379b74e7008 /pkgs/os-specific/linux/cifs-utils
parent548607d830490a5f48e85b28f57902acbb94a3b1 (diff)
downloadnixpkgs-b57b1d1a2efdef3d60b7fec51722d458c739d698.tar
nixpkgs-b57b1d1a2efdef3d60b7fec51722d458c739d698.tar.gz
nixpkgs-b57b1d1a2efdef3d60b7fec51722d458c739d698.tar.bz2
nixpkgs-b57b1d1a2efdef3d60b7fec51722d458c739d698.tar.lz
nixpkgs-b57b1d1a2efdef3d60b7fec51722d458c739d698.tar.xz
nixpkgs-b57b1d1a2efdef3d60b7fec51722d458c739d698.tar.zst
nixpkgs-b57b1d1a2efdef3d60b7fec51722d458c739d698.zip
cifs-utils: 6.7 -> 6.8
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/55ryin1a2l4h78wka5k55b223mhsv4ah-cifs-utils-6.8/bin/cifs.upcall -v` and found version 6.8
- ran `/nix/store/55ryin1a2l4h78wka5k55b223mhsv4ah-cifs-utils-6.8/bin/cifs.upcall --version` and found version 6.8
- found 6.8 with grep in /nix/store/55ryin1a2l4h78wka5k55b223mhsv4ah-cifs-utils-6.8
- directory tree listing: https://gist.github.com/97fa73e76891fadb3a329476169aa13c
Diffstat (limited to 'pkgs/os-specific/linux/cifs-utils')
-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 c2bea009ab7..7b6dd6fba35 100644
--- a/pkgs/os-specific/linux/cifs-utils/default.nix
+++ b/pkgs/os-specific/linux/cifs-utils/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "cifs-utils-${version}";
-  version = "6.7";
+  version = "6.8";
 
   src = fetchurl {
     url = "mirror://samba/pub/linux-cifs/cifs-utils/${name}.tar.bz2";
-    sha256 = "1ayghnkryy1n1zm5dyvyyr7n3807nsm6glfcbbki5c2a8w91dwmj";
+    sha256 = "0ygz3pagjpaj5ky11hzh4byyymb7fpmqiqkprn11zwj31h2zdlg7";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];