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

gosmee: 0.22.0 -> 0.22.1
This commit is contained in:
Weijia Wang 2024-06-20 10:53:34 +02:00 committed by GitHub
commit 3e5bcab536
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.22.0";
version = "0.22.1";
src = fetchFromGitHub {
owner = "chmouel";
repo = "gosmee";
rev = "v${version}";
sha256 = "sha256-PP+N8BihgSvYL7yHlBJOK4zWkuM75iaGc7Gld+c0D6Y=";
sha256 = "sha256-UnGzPkbw7x8l1+9xEXFiJZFzJT5yu7MCgPKkKzaFqkk=";
};
vendorHash = null;