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: d6cf06b950de
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 17574594e263
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 31, 2019

  1. Copy the full SHA
    1757459 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/libraries/libguestfs/appliance.nix
6 changes: 3 additions & 3 deletions pkgs/development/libraries/libguestfs/appliance.nix
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{ fetchzip }:

fetchzip {
name = "libguestfs-appliance-1.38.0";
url = "http://libguestfs.org/download/binaries/appliance/appliance-1.38.0.tar.xz";
sha256 = "15rxwj5qjflizxk7slpbrj9lcwkd2lgm52f5yv101qba4yyn3g76";
name = "libguestfs-appliance-1.40.1";
url = "http://download.libguestfs.org/binaries/appliance/appliance-1.40.1.tar.xz";
sha256 = "00863mm08p55cv6w8awp7y0lv894rcrm70mjwqfc8nc4yyb70xlm";

meta = {
hydraPlatforms = []; # Hydra fails with "Output limit exceeded"