Commit 0ff4df61 authored by Sergei Lukianov's avatar Sergei Lukianov Committed by Bjørn Forsman
Browse files

smartmontools: 7.4 -> 7.5

Big update for the smartmontools. One of the biggest highlights is support
for NVMe self-test and many new HDDs/SSDs added to the database.

Changelog: https://www.smartmontools.org/browser/tags/RELEASE_7_5/smartmontools/NEWS
Tickets: https://www.smartmontools.org/query?milestone=Release+7.5



Signed-off-by: default avatarSergei Lukianov <me@slukjanov.name>
parent dc8152a2
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -11,11 +11,11 @@
}:

let
  dbrev = "5661";
  drivedbBranch = "RELEASE_7_3_DRIVEDB";
  dbrev = "5714";
  drivedbBranch = "RELEASE_7_5_DRIVEDB";
  driverdb = fetchurl {
    url = "https://sourceforge.net/p/smartmontools/code/${dbrev}/tree/branches/${drivedbBranch}/smartmontools/drivedb.h?format=raw";
    sha256 = "sha256-/U3ym9kTG7W+JZxjxORhSV/neJ/hvVEX1hi083UB1K4=";
    sha256 = "sha256-DndzUHpZex3F9WXYq+kNDWvkLNc1OZX3KR0mby5cKbA=";
    name = "smartmontools-drivedb.h";
  };
  scriptPath = lib.makeBinPath (
@@ -29,11 +29,11 @@ let
in
stdenv.mkDerivation rec {
  pname = "smartmontools";
  version = "7.4";
  version = "7.5";

  src = fetchurl {
    url = "mirror://sourceforge/smartmontools/${pname}-${version}.tar.gz";
    hash = "sha256-6aYfZB/5bKlTGe37F5SM0pfQzTNCc2ssScmdRxb7mT0=";
    hash = "sha256-aQuDyjMTeNqeoNnWEAjEsi3eOROHubutfyk4fyWV924=";
  };

  patches = [