Update golang.org/x/sys to v0.44.0
All checks were successful
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.

This commit is contained in:
Abel Luck 2026-06-01 08:50:55 +02:00
parent d6e305fba6
commit cd7c2753ae
3 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@
pname = "dnstt_exporter";
version = "0.1.0";
src = ./.;
vendorHash = "sha256-+msAQqz07XVzGjpwi8PvlA7jP4Y+j/BgSZdnIc0LrpA=";
vendorHash = "sha256-VgeGBARHIDvPmSgYD94BvrUu7HrBZos1OhE5dxHdALQ=";
subPackages = [ "cmd/dnstt_exporter" ];
};