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

Commits on Nov 14, 2020

  1. Copy the full SHA
    a398eb8 View commit details
  2. Merge pull request #103811 from marsam/update-lxd

    lxd: 4.7 -> 4.8
    marsam authored Nov 14, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    a6a5391 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/admin/lxd/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/admin/lxd/default.nix
Original file line number Diff line number Diff line change
@@ -18,13 +18,13 @@ let
in
buildGoPackage rec {
pname = "lxd";
version = "4.7";
version = "4.8";

goPackagePath = "github.com/lxc/lxd";

src = fetchurl {
url = "https://github.com/lxc/lxd/releases/download/${pname}-${version}/${pname}-${version}.tar.gz";
sha256 = "1v95cnbs54gzyhzflwb8x0ykja202nll5p48l2nra7cpdsk4a5q1";
sha256 = "0zrk6l2wwc2hmzwd9fayq54qxshp9pin638dihsyp324f5n0jkyy";
};

postPatch = ''