gosmee: 0.28.1 -> 0.28.2

This commit is contained in:
R. Ryantm
2025-11-19 10:14:39 +00:00
parent 0f1670e901
commit 4c6b4b2f91
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "gosmee";
version = "0.28.1";
version = "0.28.2";
src = fetchFromGitHub {
owner = "chmouel";
repo = "gosmee";
rev = "v${version}";
hash = "sha256-zP4ES+ZUQ2IyxvnsSBTZsrpqHDnJiYUJ3hDfKUdqQsY=";
hash = "sha256-xkdJCmgBJh5oDELvm7qP/pC0FxqmVsXPGBhN7twp3Ug=";
};
vendorHash = null;