flashrom: 0.9.9 -> 1.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, libftdi, pciutils }:
|
{ lib, stdenv, fetchurl, pkgconfig, libftdi, pciutils }:
|
||||||
|
|
||||||
let version = "0.9.9"; in
|
let version = "1.0"; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "flashrom-${version}";
|
name = "flashrom-${version}";
|
||||||
|
|
||||||
@@ -14,11 +14,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
preConfigure = "export PREFIX=$out";
|
preConfigure = "export PREFIX=$out";
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
homepage = http://www.flashrom.org;
|
homepage = http://www.flashrom.org;
|
||||||
description = "Utility for reading, writing, erasing and verifying flash ROM chips";
|
description = "Utility for reading, writing, erasing and verifying flash ROM chips";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ stdenv.lib.maintainers.funfunctor ];
|
maintainers = with maintainers; [ funfunctor fpletz ];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user