mubeng: 0.22.0 -> 0.23.0

Diff: https://github.com/kitabisa/mubeng/compare/refs/tags/v0.22.0...refs/tags/v0.23.0

Changelog: https://github.com/kitabisa/mubeng/releases/tag/v0.23.0

+3 -3
+3 -3
pkgs/by-name/mu/mubeng/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "mubeng"; 10 - version = "0.22.0"; 10 + version = "0.23.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "mubeng"; 14 14 repo = "mubeng"; 15 15 tag = "v${version}"; 16 - hash = "sha256-YK3a975l/gMCaWxTB4gEQWAzzX+GRnYSvKksPmp3ZRA="; 16 + hash = "sha256-Zd9Cl4sFf1neDHgydxp24k84JKTAkkLB9DKRfTnKHgc="; 17 17 }; 18 18 19 - vendorHash = "sha256-qv8gAq7EohMNbwTfLeNhucKAzkYKzRbTpkoG5jTgKI0="; 19 + vendorHash = "sha256-1YO4NOxHHoSF9waI7x7yRvO4HOrs3qqaQxo3tiCp4t4="; 20 20 21 21 ldflags = [ 22 22 "-s"