gosmee: 0.27.0 -> 0.28.0

This commit is contained in:
R. Ryantm
2025-08-06 18:46:59 +00:00
parent bac4482d07
commit 46f007ef05
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gosmee";
version = "0.27.0";
version = "0.28.0";
src = fetchFromGitHub {
owner = "chmouel";
repo = "gosmee";
rev = "v${version}";
hash = "sha256-MoSfEnciYn+Lv695aZUl27o8VtmmKf0KbELLJb06hqY=";
hash = "sha256-RJYa6bpd3OUhHhj1vECy8LKSyfIdl2SHedhGgsJclSo=";
};
vendorHash = null;