gossa: 0.2.2 -> 1.0.0

This commit is contained in:
R. Ryantm 2023-07-11 08:52:35 +00:00
parent 547a750222
commit 8901906ddf

View File

@ -6,14 +6,14 @@
buildGoModule rec {
pname = "gossa";
version = "0.2.2";
version = "1.0.0";
src = fetchFromGitHub {
owner = "pldubouilh";
repo = "gossa";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-eMO9aoI+otGQcvBUJtxciQ7yhUidYizLrDjMVchH3qA=";
hash = "sha256-vonhVxXbYI/5Gl9ZwI8+a3YXSjoqLVic1twykiy+e34=";
};
vendorHash = null;