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

go-jet: 2.10.0 -> 2.10.1
This commit is contained in:
Matthias Beyer 2023-08-31 08:47:41 +02:00 committed by GitHub
commit 009c2200ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "go-jet";
version = "2.10.0";
version = "2.10.1";
src = fetchFromGitHub {
owner = pname;
repo = "jet";
rev = "v${version}";
sha256 = "sha256-Dj/Bq7MEM2sIhz1ThvRpO9wYCasISvd8icP68LVXEx0=";
sha256 = "sha256-G/yKS4YFKOVkuoqT/Qh12ul43dKo4W23EIyCgmeaUoo=";
};
vendorHash = "sha256-AwrtLTzKqKjFf5fV3JWYWyaqzHJjMNrYuSXhHXyV5HE=";