mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
smartmontools: drivedb 4548 -> 4852
This commit is contained in:
parent
8c11c9528e
commit
acf738bc54
@ -4,11 +4,11 @@
|
||||
let
|
||||
version = "6.6";
|
||||
|
||||
dbrev = "4548";
|
||||
dbrev = "4852";
|
||||
drivedbBranch = "RELEASE_${builtins.replaceStrings ["."] ["_"] version}_DRIVEDB";
|
||||
driverdb = fetchurl {
|
||||
url = "https://sourceforge.net/p/smartmontools/code/${dbrev}/tree/branches/${drivedbBranch}/smartmontools/drivedb.h?format=raw";
|
||||
sha256 = "0nwk4ir0c40b01frqm7a0lvljh5k9yhslc3j4485zjsx3v5w269f";
|
||||
sha256 = "15gbwiw38yzl3cdvys6r7wknv5zdycm7zbswa2p9vzxlc8s63rlr";
|
||||
name = "smartmontools-drivedb.h";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user