Merge pull request #322389 from r-ryantm/auto-update/kor

kor: 0.5.0 -> 0.5.1
This commit is contained in:
Nick Cao 2024-06-25 16:52:22 -04:00 committed by GitHub
commit b9c635dc38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kor";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "yonahd";
repo = pname;
rev = "v${version}";
hash = "sha256-5x0Zyk4gPMKcZtpgT0QbIm6NeWX+uJwT2NM+yS2oC3o=";
hash = "sha256-mGHSfOW40NTFK1csckSNriCYF2bEQD/M1Zs34i3PptI=";
};
vendorHash = "sha256-9aZy1i0VrDRySt5A5aQHBXa0mPgD+rsyeqQrd6snWKc=";