gosmee: 0.26.1 -> 0.27.0 (#429144)

Co-authored-by: vdemeester <vdemeest@redhat.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-29 20:40:18 +00:00
committed by GitHub

View File

@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gosmee";
version = "0.26.1";
version = "0.27.0";
src = fetchFromGitHub {
owner = "chmouel";
repo = "gosmee";
rev = "v${version}";
hash = "sha256-qNO7mY03aWabTeUm8rXojy2Ek2IKNG6wimVhwZKxh9g=";
hash = "sha256-MoSfEnciYn+Lv695aZUl27o8VtmmKf0KbELLJb06hqY=";
};
vendorHash = null;