lol

thanos: 0.36.1 -> 0.37.2 (#364196)

authored by

Weijia Wang and committed by
GitHub
d07057a9 20f65d98

+3 -3
+3 -3
pkgs/by-name/th/thanos/package.nix
··· 11 11 12 12 buildGoModule rec { 13 13 pname = "thanos"; 14 - version = "0.36.1"; 14 + version = "0.37.2"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "thanos-io"; 18 18 repo = "thanos"; 19 19 rev = "refs/tags/v${version}"; 20 - hash = "sha256-Zcc860kQkVP1DPyadBoalhcvwh5HF9CgQyjzWRdeXt0="; 20 + hash = "sha256-IbQsUanLCDZ1Ku2Xu6ValR4iGM+cxxyEGxDFjJzsEcg="; 21 21 }; 22 22 23 - vendorHash = "sha256-d+jHGmCfx9Ffm5pajm1RvKnMea99JswL0I8nmILXN50="; 23 + vendorHash = "sha256-+YjzHDVEVVwx4qApfNppuTYQJcwpQxRTxAkrkdBt/iY="; 24 24 25 25 subPackages = "cmd/thanos"; 26 26