Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3ba63d0b05dd
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4e88906f41f7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 21, 2017

  1. fwup: 0.14.2 -> 0.14.3

    georgewhewell committed May 21, 2017
    Copy the full SHA
    5e0802c View commit details
  2. Merge pull request #25975 from georgewhewell/update-fwup

    fwup: 0.14.2 -> 0.14.3
    joachifm authored May 21, 2017

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    4e88906 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/misc/fwup/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/misc/fwup/default.nix
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
name = "fwup-${version}";
version = "0.14.2";
version = "0.14.3";

src = fetchFromGitHub {
owner = "fhunleth";
repo = "fwup";
rev = "v${version}";
sha256 = "0ddyiprq4qnqpdhh48bivl8c5yrh21p4r99qs0d1rjiwx5h9p21l";
sha256 = "15sjpxw1llpipshriivpha6470lkvhcgs5wh5mlaabjbvrgxygqh";
};

doCheck = true;