fleet: 4.69.0 -> 4.70.0 (#421453)

Co-authored-by: AntoineSauzeau <AntoineSauzeau@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-02 19:22:10 +00:00
committed by GitHub
co-authored by AntoineSauzeau
+3 -3
View File
@@ -7,15 +7,15 @@
buildGoModule (finalAttrs: {
pname = "fleet";
version = "4.69.0";
version = "4.70.0";
src = fetchFromGitHub {
owner = "fleetdm";
repo = "fleet";
tag = "fleet-v${finalAttrs.version}";
hash = "sha256-3++w9AG70UMO6ProIBedhMs5q7Pk+pg8J50yIhnEzEM=";
hash = "sha256-wUyKxG6sJ0UBtrA3LOi+48kLi3cY6wZHYt/nfGf6pWU=";
};
vendorHash = "sha256-ZdkpgZbXchDp5kiEgCsSsd3/ltltSRjOuTPOhiBEloc=";
vendorHash = "sha256-mlZO7wxZamI7xjvZ+ncTkiqTsXhNhjjE0JI5+8bPbv0=";
subPackages = [
"cmd/fleet"