1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

Merge pull request #64022 from r-ryantm/auto-update/flashrom

flashrom: 1.0.1 -> 1.1
This commit is contained in:
Mario Rodas 2019-07-07 14:59:40 -05:00 committed by GitHub
commit 07dcb03469
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.