lol

gossa: 1.0.0 -> 1.1.2 (#357506)

authored by

Nick Cao and committed by
GitHub
21fa3c92 0d027080

+2 -2
+2 -2
pkgs/by-name/go/gossa/package.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "gossa"; 8 - version = "1.0.0"; 8 + version = "1.1.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "pldubouilh"; 12 12 repo = "gossa"; 13 13 rev = "v${version}"; 14 14 fetchSubmodules = true; 15 - hash = "sha256-vonhVxXbYI/5Gl9ZwI8+a3YXSjoqLVic1twykiy+e34="; 15 + hash = "sha256-FGlUj0BJ8KeCfvdN9+NG4rqtaUIxgpqQ+09Ie1/TpAQ="; 16 16 }; 17 17 18 18 vendorHash = null;