smartmontools: 7.3 → 7.4

This commit is contained in:
Fabián Heredia Montiel 2023-09-25 15:48:53 -06:00
parent 4d256beb57
commit ec819caf97

View File

@ -23,11 +23,11 @@ let
in
stdenv.mkDerivation rec {
pname = "smartmontools";
version = "7.3";
version = "7.4";
src = fetchurl {
url = "mirror://sourceforge/smartmontools/${pname}-${version}.tar.gz";
sha256 = "sha256-pUT4gI0MWM+w50JMoYQcuFipdJIrA11QXU5MJIvjois=";
hash = "sha256-6aYfZB/5bKlTGe37F5SM0pfQzTNCc2ssScmdRxb7mT0=";
};
patches = [