Unverified Commit 49ccecb0 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

lxc: 6.0.6 -> 7.0.0 (#515113)

parents 03eaf0c1 f912f5c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "lxc";
  version = "6.0.6";
  version = "7.0.0";

  src = fetchFromGitHub {
    owner = "lxc";
    repo = "lxc";
    tag = "v${finalAttrs.version}";
    hash = "sha256-DaKyaBfxO67L7zzOAYWSiYTAIILtdF4Ij7EXr+SAXVs=";
    hash = "sha256-eB68l7SmVxJViGmVlVtEXVD+cRtr4WqOrA8b9ImQ89g=";
  };

  nativeBuildInputs = [