tofu-ls: 0.0.8 -> 0.0.9 (#426552)

authored by Gaétan Lepage and committed by GitHub c58d8912 ee5766dc

+3 -3
+3 -3
pkgs/by-name/to/tofu-ls/package.nix
··· 8 8 9 9 buildGoModule (finalAttrs: { 10 10 pname = "tofu-ls"; 11 - version = "0.0.8"; 11 + version = "0.0.9"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "opentofu"; 15 15 repo = "tofu-ls"; 16 16 tag = "v${finalAttrs.version}"; 17 - hash = "sha256-zOdZjbzTfVM8Nu3cn2qJokC1gwvRVFEabOa2t9SI1AU="; 17 + hash = "sha256-Cfkxc6+Pq+sthHvptQ9MS+jYxr+LK42KV8k14vweTX0="; 18 18 }; 19 19 20 - vendorHash = "sha256-CD3x52rHmxOfYZ++/C4xGi8aNzl4lS3Ev24sTcJe1FQ="; 20 + vendorHash = "sha256-smEjFVqY4AXSzGs8FQRnoFzWrJIu96z0tLajMMusmCA="; 21 21 22 22 ldflags = [ 23 23 "-s"