mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
incus: 7.1.0 -> 7.2.0
Changelog: https://github.com/lxc/incus/releases/tag/v7.2.0
Advisories:
- https://github.com/lxc/incus/security/advisories/GHSA-48q5-w887-33wv (Critical)
- https://github.com/lxc/incus/security/advisories/GHSA-73hr-m85f-64v9 (Critical)
- https://github.com/lxc/incus/security/advisories/GHSA-vxp5-584q-c479 (Critical)
- https://github.com/lxc/incus/security/advisories/GHSA-2q3f-q5pq-g8wv (Critical)
- https://github.com/lxc/incus/security/advisories/GHSA-v6mj-8pf4-hhw4 (Critical)
- https://github.com/lxc/incus/security/advisories/GHSA-f6m5-xw2g-xc4x (Critical)
- https://github.com/lxc/incus/security/advisories/GHSA-c9f5-j9c3-mhrg (High)
- https://github.com/lxc/incus/security/advisories/GHSA-64f3-v33m-w89f (High)
(cherry picked from commit 387d5d25f4)
This commit is contained in:
parent
6b433ccc48
commit
c4363c36c5
2 changed files with 5 additions and 10 deletions
|
|
@ -121,6 +121,7 @@ buildGoModule (finalAttrs: {
|
|||
'';
|
||||
|
||||
postBuild = ''
|
||||
export HOME=$(mktemp -d)
|
||||
# build docs
|
||||
mkdir -p .sphinx/deps
|
||||
ln -s ${buildPackages.python3.pkgs.swagger-ui-bundle.src} .sphinx/deps/swagger-ui
|
||||
|
|
|
|||
|
|
@ -1,14 +1,8 @@
|
|||
import ./generic.nix {
|
||||
hash = "sha256-g0YnvPMwk7WpYCl5VbRtHKVYoLlrk6QYhRaRRqulVQM=";
|
||||
version = "7.1.0";
|
||||
vendorHash = "sha256-VqvDrjdBTblqEOY/HtoKXGRAdoTJpSWxkmgJNNPw6eQ=";
|
||||
patches = fetchpatch2: [
|
||||
(fetchpatch2 {
|
||||
name = "lxc-fix-environment-quoting.patch";
|
||||
url = "https://github.com/lxc/incus/commit/a1276cdb57297245496ac8c1db76b90d1fcebd3b.patch?full_index=1";
|
||||
hash = "sha256-NqEMYcDYx18KbqShKxmaK1o08c8/X4O87zXclQ36Ors=";
|
||||
})
|
||||
];
|
||||
hash = "sha256-GVCC0nV5Ghd9BroVC4ysqiTIQ3AtXIJ+EG6VbJVQBB4=";
|
||||
version = "7.2.0";
|
||||
vendorHash = "sha256-0lBMQXQEf+oYlvyoFV2VTpJbY+reavCJZQkzt9UbnaI=";
|
||||
patches = fetchpatch2: [ ];
|
||||
nixUpdateExtraArgs = [
|
||||
"--override-filename=pkgs/by-name/in/incus/package.nix"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue