treefmt: 2.1.1 -> 2.2.0 (#394906)

This commit is contained in:
Brian McGee
2025-03-31 18:11:11 +02:00
committed by GitHub
parent e6e380f385
commit e5e665bae2
+3 -3
View File
@@ -7,16 +7,16 @@
}:
buildGoModule rec {
pname = "treefmt";
version = "2.1.1";
version = "2.2.0";
src = fetchFromGitHub {
owner = "numtide";
repo = "treefmt";
rev = "v${version}";
hash = "sha256-XD61nZhdXYrFzprv/YuazjXK/NWP5a9oCF6WBO2XTY0=";
hash = "sha256-097qAvJnMpxvhXNEjk54TXQHIODXP8lpitbN0ekWN+U=";
};
vendorHash = "sha256-0qCOpLMuuiYNCX2Lqa/DUlkmDoPIyUzUHIsghoIaG1s=";
vendorHash = "sha256-UfZqxknX2tgfH8SSYQBm71FkcMRY6PVjBHzb5ZcPk4Q=";
subPackages = [ "." ];