update smartctl db to 5607 to fix nvme issue https://www.smartmontools.org/ticket/1741

This commit is contained in:
Joseph Hanson 2024-09-12 15:38:12 -05:00
parent d4b7f2fcb0
commit 403e57f9ad
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ ... }:
let
dbrev = "5530";
dbrev = "5607";
drivedbBranch = "RELEASE_7_4";
in
final: prev: {

View file

@ -2,7 +2,7 @@
#!nix-shell -I nixpkgs=/etc/nix/inputs/nixpkgs/ -i bash -p nix
set -euo pipefail
dbrev="5530"
dbrev="5607"
drivedbBranch="RELEASE_7_4"
url="https://sourceforge.net/p/smartmontools/code/${dbrev}/tree/tags/${drivedbBranch}/smartmontools/drivedb.h?format=raw"