gosmee: 0.29.0 -> 0.30.0 (#500945)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-18 09:59:32 +00:00
committed by GitHub
+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;