jsonnet-bundler: 0.5.1 -> 0.6.0

This commit is contained in:
Aaron Jheng 2024-08-23 11:13:08 +00:00
parent 43aaea3618
commit 0a1f4c46f4
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "jsonnet-bundler";
version = "0.5.1";
version = "0.6.0";
src = fetchFromGitHub {
owner = "jsonnet-bundler";
repo = "jsonnet-bundler";
rev = "v${version}";
sha256 = "sha256-vjb5wEiJw48s7FUarpA94ZauFC7iEgRDAkRTwRIZ8pA=";
hash = "sha256-VaYfjDSDst1joN2MnDVdz9SGGMamhYxfNM/a2mJf8Lo=";
};
vendorHash = null;