smartmontools: update drivedb to r5171
Not so much because newer is better, but it seems the behavior of the sourceforge raw download changed with respect to `$Id$`, so this gets things in sync again (#113894)
This commit is contained in:
parent
9816b99e71
commit
230d58d30f
@ -6,11 +6,11 @@
|
|||||||
let
|
let
|
||||||
version = "7.2";
|
version = "7.2";
|
||||||
|
|
||||||
dbrev = "5164";
|
dbrev = "5171";
|
||||||
drivedbBranch = "RELEASE_7_2_DRIVEDB";
|
drivedbBranch = "RELEASE_7_2_DRIVEDB";
|
||||||
driverdb = fetchurl {
|
driverdb = fetchurl {
|
||||||
url = "https://sourceforge.net/p/smartmontools/code/${dbrev}/tree/branches/${drivedbBranch}/smartmontools/drivedb.h?format=raw";
|
url = "https://sourceforge.net/p/smartmontools/code/${dbrev}/tree/branches/${drivedbBranch}/smartmontools/drivedb.h?format=raw";
|
||||||
sha256 = "1vj0sv3bgcd0lwk5x450brfyxksa5fn1mjgvmj994ab8spmicc43";
|
sha256 = "0vncr98xagbcfsxgfgxsip2qrl9q3y8va19qhv6yknlwbdfap4mn";
|
||||||
name = "smartmontools-drivedb.h";
|
name = "smartmontools-drivedb.h";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user