mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
cifs-utils: 6.8 -> 6.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cifs-utils/versions
This commit is contained in:
parent
993e2b4ec2
commit
19ddbf4901
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "cifs-utils-${version}";
|
name = "cifs-utils-${version}";
|
||||||
version = "6.8";
|
version = "6.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://samba/pub/linux-cifs/cifs-utils/${name}.tar.bz2";
|
url = "mirror://samba/pub/linux-cifs/cifs-utils/${name}.tar.bz2";
|
||||||
sha256 = "0ygz3pagjpaj5ky11hzh4byyymb7fpmqiqkprn11zwj31h2zdlg7";
|
sha256 = "175cp509wn1zv8p8mv37hkf6sxiskrsxdnq22mhlsg61jazz3n0q";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook docutils pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook docutils pkgconfig ];
|
||||||
|
|
Loading…
Reference in a new issue