Merge pull request #292220 from r-ryantm/auto-update/go-jet

go-jet: 2.10.1 -> 2.11.0
This commit is contained in:
Nick Cao 2024-03-03 20:38:50 -05:00 committed by GitHub
commit 01536cdbda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "go-jet"; pname = "go-jet";
version = "2.10.1"; version = "2.11.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = "jet"; repo = "jet";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-G/yKS4YFKOVkuoqT/Qh12ul43dKo4W23EIyCgmeaUoo="; sha256 = "sha256-xtWDfBryNQp3MSp5EjsbyIdEx4+KoqBe3Q6MukuYVRE=";
}; };
vendorHash = "sha256-AwrtLTzKqKjFf5fV3JWYWyaqzHJjMNrYuSXhHXyV5HE="; vendorHash = "sha256-z0NMG+fvbGe3KGxO9+3NLoptZ4wfWi0ls7SK+9miCWg=";
subPackages = [ "cmd/jet" ]; subPackages = [ "cmd/jet" ];