gosmee: 0.23.4 -> 0.24.0 (#401015)

Co-authored-by: vdemeester <vdemeest@redhat.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-23 14:49:59 +00:00
committed by GitHub
co-authored by vdemeester
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gosmee";
version = "0.23.4";
version = "0.24.0";
src = fetchFromGitHub {
owner = "chmouel";
repo = "gosmee";
rev = "v${version}";
hash = "sha256-orQDLuEbfxWWXmothxfTgeaMiqzJeTOFeNnPNDHwnYU=";
hash = "sha256-hE9iZkIkMzCICw9n1XhJ2PO5SvqE0EVhLJQO7tCUw3U=";
};
vendorHash = null;