Skip to content

Commit

Permalink
Merge pull request #150300 from r-ryantm/auto-update/cifs-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
dasJ authored Dec 13, 2021
2 parents 4247c4a + 8af5d6c commit 271a0da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/cifs-utils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

stdenv.mkDerivation rec {
pname = "cifs-utils";
version = "6.13";
version = "6.14";

src = fetchurl {
url = "mirror://samba/pub/linux-cifs/cifs-utils/${pname}-${version}.tar.bz2";
sha256 = "sha256-Q9h4bIYTysz6hJEwgcHWK8JAlXWFTPiVsFtIrwhj0FY=";
sha256 = "sha256-ZgnoB0tUISlf8BKjHwLM2aBYQVxhnIE2Lrt4jb8HVrg=";
};

nativeBuildInputs = [ autoreconfHook docutils pkg-config ];
Expand Down

0 comments on commit 271a0da

Please sign in to comment.