kor: 0.6.3 -> 0.6.4

This commit is contained in:
R. Ryantm
2025-08-16 18:35:09 +00:00
parent 9924e964e8
commit 7280c5302f
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "kor";
version = "0.6.3";
version = "0.6.4";
src = fetchFromGitHub {
owner = "yonahd";
repo = "kor";
rev = "v${version}";
hash = "sha256-85Zj1KJdXQZYoO40JZiz7Wo74aRX8Mu4aY9J5UmQB4I=";
hash = "sha256-hGiak28gwxwYOogYyZjTgQ+aGSumxzeZiQKlbVvvrIU=";
};
vendorHash = "sha256-a7B0cJi71mqGDPbXaWYKZ2AeuuQyNDxwWNgahTN5AW8=";