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

This commit is contained in:
Adam C. Stephens
2025-04-09 11:56:55 -04:00
committed by GitHub
3 changed files with 15 additions and 8 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
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
View File
@@ -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
View File
@@ -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 = ''