cifs-utils: 7.2 -> 7.3

This commit is contained in:
R. Ryantm 2025-03-21 13:13:25 +00:00 committed by Emery Hemingway
parent 2bf61528f1
commit cf628879d3

View File

@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "cifs-utils";
version = "7.2";
version = "7.3";
src = fetchurl {
url = "https://download.samba.org/pub/linux-cifs/cifs-utils/${pname}-${version}.tar.bz2";
sha256 = "sha256-ElZKM+1nwkHYyEeSTq8Epa4LrxkoiDcJTasVc51UAX4=";
sha256 = "sha256-xOHrX0rYgNluFtlaHNvH7JeKtRxbbYogrgnaxjjzbdU=";
};
nativeBuildInputs = [