cifs-utils: 7.0 -> 7.1 (#348259)

This commit is contained in:
Sandro 2024-10-30 16:36:42 +01:00 committed by GitHub
commit 91bc7dadf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "cifs-utils";
version = "7.0";
version = "7.1";
src = fetchurl {
url = "mirror://samba/pub/linux-cifs/cifs-utils/${pname}-${version}.tar.bz2";
sha256 = "sha256-De+quFvT6kb/xFq0H7DQrVTQWuLPqn5QPehtTxK8gWE=";
sha256 = "sha256-ohEj92pKajbJZTGJukkY6988/NP5CScwpH/zRQtbWyo=";
};
nativeBuildInputs = [ autoreconfHook docutils pkg-config ];