kor: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm 2024-06-25 11:38:22 +00:00
parent e1f89770af
commit db6133f1f3

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=";