Skip to content

Commit

Permalink
Merge pull request #64022 from r-ryantm/auto-update/flashrom
Browse files Browse the repository at this point in the history
flashrom: 1.0.1 -> 1.1
  • Loading branch information
marsam committed Jul 7, 2019
2 parents 1aa0f1f + fcab069 commit 07dcb03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/flashrom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 07dcb03

Please sign in to comment.