From 1fbdaa0e43620289495d136a73745a8a461e77a1 Mon Sep 17 00:00:00 2001 From: Aaron Jheng Date: Tue, 18 Apr 2023 02:05:19 +0000 Subject: [PATCH] go-jsonnet: 0.19.1 -> 0.20.0 --- pkgs/development/compilers/go-jsonnet/default.nix | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/pkgs/development/compilers/go-jsonnet/default.nix b/pkgs/development/compilers/go-jsonnet/default.nix index 0df621fdb64f..909e15c9e555 100644 --- a/pkgs/development/compilers/go-jsonnet/default.nix +++ b/pkgs/development/compilers/go-jsonnet/default.nix @@ -1,26 +1,18 @@ -{ lib, buildGoModule, fetchFromGitHub, fetchpatch, testers, go-jsonnet }: +{ lib, buildGoModule, fetchFromGitHub, testers, go-jsonnet }: buildGoModule rec { pname = "go-jsonnet"; - version = "0.19.1"; + version = "0.20.0"; src = fetchFromGitHub { owner = "google"; repo = pname; rev = "v${version}"; - hash = "sha256-FgQYnas0qkIedRAA8ApZXLzEylg6PS6+8zzl7j+yOeI="; + hash = "sha256-P69tguBrFF/CSCOfHjCfBT5710oJdhZDh3kMCbc32eE="; }; vendorHash = "sha256-j1fTOUpLx34TgzW94A/BctLrg9XoTtb3cBizhVJoEEI="; - patches = [ - # See https://github.com/google/go-jsonnet/issues/653. - (fetchpatch { - url = "https://github.com/google/go-jsonnet/commit/5712f2ed2c8dfa685e4f1234eefc7690a580af6f.patch"; - hash = "sha256-/+6BlAaul4FoD7pq7yAy1xG78apEBuH2LC4fsfbugFQ="; - }) - ]; - subPackages = [ "cmd/jsonnet*" ]; passthru.tests.version = testers.testVersion {