flashrom: 1.0.1 -> 1.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flashrom/versions
This commit is contained in:
R. RyanTM 2019-07-01 06:41:41 -07:00
parent 5b4b6b6c24
commit fcab0697f4

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "flashrom-${version}";
version = "1.0.1";
version = "1.1";
src = fetchurl {
url = "https://download.flashrom.org/releases/flashrom-v${version}.tar.bz2";
sha256 = "0i6yrrl69hrqmwd7azj7x3j46m0qpvzmk3b5basym7mnlpfzhyfm";
sha256 = "06afq680n9p34hi3vrkn12vd1pfyq2062db9qqbi4hi21k3skbdf";
};
# Newer versions of libusb deprecate some API flashrom uses.