gossa: 1.0.0 -> 1.1.2 (#357506)

Changed files
+2 -2
pkgs
by-name
go
gossa
+2 -2
pkgs/by-name/go/gossa/package.nix
···
buildGoModule rec {
pname = "gossa";
-
version = "1.0.0";
src = fetchFromGitHub {
owner = "pldubouilh";
repo = "gossa";
rev = "v${version}";
fetchSubmodules = true;
-
hash = "sha256-vonhVxXbYI/5Gl9ZwI8+a3YXSjoqLVic1twykiy+e34=";
};
vendorHash = null;
···
buildGoModule rec {
pname = "gossa";
+
version = "1.1.2";
src = fetchFromGitHub {
owner = "pldubouilh";
repo = "gossa";
rev = "v${version}";
fetchSubmodules = true;
+
hash = "sha256-FGlUj0BJ8KeCfvdN9+NG4rqtaUIxgpqQ+09Ie1/TpAQ=";
};
vendorHash = null;