Merge pull request #315486 from r-ryantm/auto-update/gosmee

gosmee: 0.21.0 -> 0.22.0
This commit is contained in:
Markus Kowalewski 2024-05-30 15:42:26 +00:00 committed by GitHub
commit af665fdcd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "gosmee";
version = "0.21.0";
version = "0.22.0";
src = fetchFromGitHub {
owner = "chmouel";
repo = "gosmee";
rev = "v${version}";
sha256 = "sha256-VNBz6roula/YlsYMM1kjQT3TLuQ86/MESzNNkEf/92M=";
sha256 = "sha256-PP+N8BihgSvYL7yHlBJOK4zWkuM75iaGc7Gld+c0D6Y=";
};
vendorHash = null;