kor: 0.4.1 -> 0.4.2

This commit is contained in:
R. Ryantm 2024-06-07 02:30:50 +00:00
parent a73df7dc95
commit 6a897aeb66

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "kor";
version = "0.4.1";
version = "0.4.2";
src = fetchFromGitHub {
owner = "yonahd";
repo = pname;
rev = "v${version}";
hash = "sha256-4l19/vIvcgt7g3o6IWGHhIsXurAy6Ts4fJjs8OMZalk=";
hash = "sha256-fyVMRHDzP7od+cwC01vNP/TOiDctD8E0y8uNWtgiEeA=";
};
vendorHash = "sha256-NPmsXS7P+pCF97N8x3nQhCRoHJLMO5plNtcUqxxexVE=";