gossa: 1.0.0 -> 1.1.2

This commit is contained in:
R. Ryantm 2024-11-20 08:49:05 +00:00
parent 5a27cc051d
commit 9b9e2b3a9a

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;