gossa: 1.0.0 -> 1.1.2 (#357506)

This commit is contained in:
Nick Cao 2024-11-20 08:15:25 -05:00 committed by GitHub
commit 21fa3c9289
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
buildGoModule rec {
pname = "gossa";
version = "1.0.0";
version = "1.1.2";
src = fetchFromGitHub {
owner = "pldubouilh";
repo = "gossa";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-vonhVxXbYI/5Gl9ZwI8+a3YXSjoqLVic1twykiy+e34=";
hash = "sha256-FGlUj0BJ8KeCfvdN9+NG4rqtaUIxgpqQ+09Ie1/TpAQ=";
};
vendorHash = null;