Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0f2565d51822
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 943aff5679d7
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 3, 2020

  1. terraform-providers.libvirt: 0.5.1 -> 0.6.1

    (cherry picked from commit c1b5cfe)
    gila authored and Mic92 committed Mar 3, 2020
    Copy the full SHA
    943aff5 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/cluster/terraform-providers/libvirt/default.nix
Original file line number Diff line number Diff line change
@@ -19,15 +19,15 @@

buildGoPackage rec {
pname = "terraform-provider-libvirt";
version = "0.5.1";
version = "0.6.1";

goPackagePath = "github.com/dmacvicar/terraform-provider-libvirt";

src = fetchFromGitHub {
owner = "dmacvicar";
repo = "terraform-provider-libvirt";
rev = "v${version}";
sha256 = "0shnj5byqj3qzyqniiy1dcygd8xw1h2bx9z6mgcydw8k64fkm4bw";
sha256 = "1l2n97nj6g44n7bhnbjwmv36xi6754p4iq2qnpkdh39x4384a0zz";
};

buildInputs = [ libvirt pkgconfig makeWrapper ];