fleet: 4.81.0 -> 4.82.2
Fixes CVE-2026-34389, CVE-2026-29180, CVE-2026-26060, CVE-2026-34386, CVE-2026-34391, CVE-2026-26061, CVE-2026-34387 and CVE-2026-34388. Fixes https://github.com/NixOS/nixpkgs/issues/504467 Fixes https://github.com/NixOS/nixpkgs/issues/504468 Fixes https://github.com/NixOS/nixpkgs/issues/504469 Fixes https://github.com/NixOS/nixpkgs/issues/504462 Fixes https://github.com/NixOS/nixpkgs/issues/504463 Fixes https://github.com/NixOS/nixpkgs/issues/504464 Fixes https://github.com/NixOS/nixpkgs/issues/504465 Fixes https://github.com/NixOS/nixpkgs/issues/504466 Changes: https://github.com/fleetdm/fleet/releases/tag/fleet-v4.82.2 https://github.com/fleetdm/fleet/releases/tag/fleet-v4.82.1 https://github.com/fleetdm/fleet/releases/tag/fleet-v4.82.0
This commit is contained in:
@@ -12,12 +12,12 @@
|
||||
}:
|
||||
let
|
||||
pname = "fleet";
|
||||
version = "4.81.0";
|
||||
version = "4.82.2";
|
||||
src = fetchFromGitHub {
|
||||
owner = "fleetdm";
|
||||
repo = "fleet";
|
||||
tag = "fleet-v${version}";
|
||||
hash = "sha256-LPbMcaQ3YIfh5qwIBB7BwJFgMPurCJudrOzUPm5+VcM=";
|
||||
hash = "sha256-Cbn7phhaDcpYm3nV8nLb/2QVQl9mhsRfHa6GG59MNcA=";
|
||||
};
|
||||
|
||||
frontend = stdenvNoCC.mkDerivation {
|
||||
@@ -32,7 +32,7 @@ let
|
||||
|
||||
yarnOfflineCache = fetchYarnDeps {
|
||||
yarnLock = src + "/yarn.lock";
|
||||
hash = "sha256-9FuGmL9/hkPZo0ecneL4i9Hg6gkRbwhKGfIvn3/YpVo=";
|
||||
hash = "sha256-2gTV42OVgeH35rOrOgXiop+DGWtq2PpHqKY4mFblbAs=";
|
||||
};
|
||||
|
||||
NODE_ENV = "production";
|
||||
@@ -54,7 +54,7 @@ in
|
||||
buildGoModule (finalAttrs: {
|
||||
inherit pname version src;
|
||||
|
||||
vendorHash = "sha256-kudomUa5c0OJA2LgqLQ2Az0mDH/s9go3jHdyeALGgs8=";
|
||||
vendorHash = "sha256-hgo+j2+gE0ArGRRvxC/0jcpv0Bp3hvBRO7Wl+9xl8io=";
|
||||
|
||||
subPackages = [
|
||||
"cmd/fleet"
|
||||
|
||||
Reference in New Issue
Block a user