kor: 0.5.3 -> 0.5.4

This commit is contained in:
R. Ryantm 2024-08-07 10:53:48 +00:00
parent 28d6d07b92
commit 5af8eecbc0

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kor";
version = "0.5.3";
version = "0.5.4";
src = fetchFromGitHub {
owner = "yonahd";
repo = pname;
rev = "v${version}";
hash = "sha256-AvywOQnDRzus2yexr+T85i0ztDStEJgYYMI+tr+Q9ZE=";
hash = "sha256-ZjFLcxp5keL4N8B7hZC8/x2Xk0c87p44yCfGunjLUNA=";
};
vendorHash = "sha256-rlDaQPR9sReAX4gAlbDGAsA1ei9Fo2sXoU9cbBCexfc=";