mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
smartmontools: update drivedb.h to latest version
This commit is contained in:
parent
7d5bb08534
commit
570dcf6788
@ -1,5 +1,11 @@
|
|||||||
{ stdenv, fetchurl }:
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
|
let
|
||||||
|
driverdb = fetchurl {
|
||||||
|
url = "http://smartmontools.svn.sourceforge.net/viewvc/smartmontools/branches/RELEASE_5_43_DRIVEDB/smartmontools/drivedb.h?revision=3605";
|
||||||
|
sha256 = "1kibx5aal903hcpy6mjmfik6n9j142i3q3vvrcp1wmz10mfsqj8f";
|
||||||
|
};
|
||||||
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "smartmontools-5.43";
|
name = "smartmontools-5.43";
|
||||||
|
|
||||||
@ -8,6 +14,8 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "d845187d1500b87ef8d2c43772bd0218a59114fe58474a903c56777c9175351e";
|
sha256 = "d845187d1500b87ef8d2c43772bd0218a59114fe58474a903c56777c9175351e";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patchPhase = "cp ${driverdb} drivedb.h";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Tools for monitoring the health of hard drivers";
|
description = "Tools for monitoring the health of hard drivers";
|
||||||
homepage = "http://smartmontools.sourceforge.net/";
|
homepage = "http://smartmontools.sourceforge.net/";
|
||||||
|
Loading…
Reference in New Issue
Block a user