gosmee: 0.29.0 -> 0.30.0

This commit is contained in:
R. Ryantm
2026-03-18 07:14:04 +00:00
parent 387c9d3d61
commit 37699dd102
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule (finalAttrs: {
pname = "gosmee";
version = "0.29.0";
version = "0.30.0";
src = fetchFromGitHub {
owner = "chmouel";
repo = "gosmee";
tag = "v${finalAttrs.version}";
hash = "sha256-93KO0rKyNlc1gxmG/4uWJUC6KccW5pBfxl/a/x1B9f8=";
hash = "sha256-IOxUpZUIIts2MU9YwHmzVDgyO1oV8sWzi3nOWogYJTQ=";
};
vendorHash = null;