gosmee: 0.24.0 -> 0.25.0

This commit is contained in:
R. Ryantm
2025-05-02 04:37:46 +00:00
parent b5dd9efc91
commit fc49a982ea
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gosmee";
version = "0.24.0";
version = "0.25.0";
src = fetchFromGitHub {
owner = "chmouel";
repo = "gosmee";
rev = "v${version}";
hash = "sha256-hE9iZkIkMzCICw9n1XhJ2PO5SvqE0EVhLJQO7tCUw3U=";
hash = "sha256-aQ25V6FKfvXWFjeWkTQLWQfeZGBMlBUe2L9IkDPN+88=";
};
vendorHash = null;