gosmee: 0.22.4 -> 0.23.0

This commit is contained in:
R. Ryantm
2025-03-20 19:44:21 +00:00
parent 750fef2a63
commit 91bcf4deda
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gosmee";
version = "0.22.4";
version = "0.23.0";
src = fetchFromGitHub {
owner = "chmouel";
repo = "gosmee";
rev = "v${version}";
hash = "sha256-e+Mkhkk+PTeTipWFnjiJ8jLMYB7D+/FCWaOuaKe1jr4=";
hash = "sha256-4Y5aExRjR2JPa9iTJPQE7qCRnQpqLBYVPLf6v7Z07a8=";
};
vendorHash = null;