update smartctl db to 5607 to fix nvme issue https://www.smartmontools.org/ticket/1741
This commit is contained in:
parent
d4b7f2fcb0
commit
403e57f9ad
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
let
|
let
|
||||||
dbrev = "5530";
|
dbrev = "5607";
|
||||||
drivedbBranch = "RELEASE_7_4";
|
drivedbBranch = "RELEASE_7_4";
|
||||||
in
|
in
|
||||||
final: prev: {
|
final: prev: {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#!nix-shell -I nixpkgs=/etc/nix/inputs/nixpkgs/ -i bash -p nix
|
#!nix-shell -I nixpkgs=/etc/nix/inputs/nixpkgs/ -i bash -p nix
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
dbrev="5530"
|
dbrev="5607"
|
||||||
drivedbBranch="RELEASE_7_4"
|
drivedbBranch="RELEASE_7_4"
|
||||||
url="https://sourceforge.net/p/smartmontools/code/${dbrev}/tree/tags/${drivedbBranch}/smartmontools/drivedb.h?format=raw"
|
url="https://sourceforge.net/p/smartmontools/code/${dbrev}/tree/tags/${drivedbBranch}/smartmontools/drivedb.h?format=raw"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue