gosmee: 0.26.1 -> 0.27.0 (#429144)

Co-authored-by: vdemeester <vdemeest@redhat.com>

authored by nixpkgs-merge-bot[bot] vdemeester and committed by GitHub 5658b533 2f14e8c6

+2 -2
+2 -2
pkgs/by-name/go/gosmee/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "gosmee"; 10 - version = "0.26.1"; 10 + version = "0.27.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "chmouel"; 14 14 repo = "gosmee"; 15 15 rev = "v${version}"; 16 - hash = "sha256-qNO7mY03aWabTeUm8rXojy2Ek2IKNG6wimVhwZKxh9g="; 16 + hash = "sha256-MoSfEnciYn+Lv695aZUl27o8VtmmKf0KbELLJb06hqY="; 17 17 }; 18 18 vendorHash = null; 19 19