Unverified Commit 6ed3b140 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

Merge pull request #257346 from LibreCybernetics/update-smartmontools

smartmontools: 7.3 → 7.4
parents 647a8a5b ec819caf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [