1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

Merge pull request #269806 from r-ryantm/auto-update/chart-testing

chart-testing: 3.10.0 -> 3.10.1
This commit is contained in:
Nick Cao 2023-11-25 09:48:28 -05:00 committed by GitHub
commit 2a52253e7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
buildGoModule rec {
pname = "chart-testing";
version = "3.10.0";
version = "3.10.1";
src = fetchFromGitHub {
owner = "helm";
repo = pname;
rev = "v${version}";
hash = "sha256-2h1Pc313JZ/2NkFOOQnIrhe1Pm8FJ/BvxjAQhs/eSK0=";
hash = "sha256-btrnfL9U8k7jwo6ltVfbiSJFCX52zjfgf4E+IsWTYi4=";
};
vendorHash = "sha256-E+7ndvXWzsU896/eWyupbvqkLed2ly91osptZKT79fk=";