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

incus-lts,lxc,lxcfs: 6.0.3 -> 6.0.4 (#396030)

parents d5a22d63 fce5edc7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
import ./generic.nix {
  hash = "sha256-+W4imWem5iQ6nPVcoObc4COFxQVED0ppVd/YC+Nqtgw=";
  version = "6.0.3";
  vendorHash = "sha256-ZUtWzbAjHij95khYx8lWYEpA8ITlMtKpObG5Vl7aE90=";
  hash = "sha256-zwefzCmj4K1GJRbherOS28swLoGbHnUxbF9bmLOh738=";
  version = "6.0.4";
  vendorHash = "sha256-4of741V2ztxkyI2r5UVEL5ON/9kaDTygosLxyTw6ShQ=";
  patches = [
    # qemu 9.1 compat, remove when added to LTS
    ./572afb06f66f83ca95efa1b9386fceeaa1c9e11b.patch
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "lxc";
  version = "6.0.3";
  version = "6.0.4";

  src = fetchFromGitHub {
    owner = "lxc";
    repo = "lxc";
    tag = "v${finalAttrs.version}";
    hash = "sha256-h41lcHGjJmIH28XRpM0gdFsOQOCLSWevSLfvQ7gIf7Q=";
    hash = "sha256-zmL568PprrpIWTVCkScXHEzTZ+NduSH4r8ETnz4NY64=";
  };

  nativeBuildInputs = [
+10 −3
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "lxcfs";
  version = "6.0.3";
  version = "6.0.4";

  src = fetchFromGitHub {
    owner = "lxc";
    repo = "lxcfs";
    rev = "v${version}";
    hash = "sha256-+Xlx1E6ggB/Vx3yOJGgh4UfEvaVyT7uOttaxelDA7Iw=";
    tag = "v${version}";
    hash = "sha256-jmadClC/3nHfNL+F/gC5NM6u03OE9flEVtPU28nylw4=";
  };

  patches = [
@@ -59,6 +59,13 @@ stdenv.mkDerivation rec {
        util-linux
      ]
    }

    # requires access to sleep
    wrapProgram "$out/share/lxcfs/lxc.reboot.hook" --prefix PATH : ${
      lib.makeBinPath [
        coreutils
      ]
    }
  '';

  postFixup = ''