Merge pull request #79906 from r-ryantm/auto-update/flashrom
flashrom: 1.1 -> 1.2
This commit is contained in:
commit
af7b000928
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "flashrom";
|
pname = "flashrom";
|
||||||
version = "1.1";
|
version = "1.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.flashrom.org/releases/flashrom-v${version}.tar.bz2";
|
url = "https://download.flashrom.org/releases/flashrom-v${version}.tar.bz2";
|
||||||
sha256 = "06afq680n9p34hi3vrkn12vd1pfyq2062db9qqbi4hi21k3skbdf";
|
sha256 = "0ax4kqnh7kd3z120ypgp73qy1knz47l6qxsqzrfkd97mh5cdky71";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Newer versions of libusb deprecate some API flashrom uses.
|
# Newer versions of libusb deprecate some API flashrom uses.
|
||||||
@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ funfunctor fpletz ];
|
maintainers = with maintainers; [ funfunctor fpletz ];
|
||||||
platforms = with platforms; linux;
|
platforms = with platforms; linux;
|
||||||
|
badPlatforms = [ "aarch64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user