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

kor: 0.3.8 -> 0.4.0
This commit is contained in:
Weijia Wang 2024-05-13 11:25:51 +02:00 committed by GitHub
commit 77b07e26a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kor";
version = "0.3.8";
version = "0.4.0";
src = fetchFromGitHub {
owner = "yonahd";
repo = pname;
rev = "v${version}";
hash = "sha256-4lXLmh8BP7h6k8Tt/oklvv7fmDvmdKQP0P7gaCM2TK0=";
hash = "sha256-OZSec1S583jVGqSET0y4WhKxWf9CyLKuhEwu39Zg9vE=";
};
vendorHash = "sha256-ScV12Xb+tVluXC2Jat44atkKXZIzIcUdZ+lyD1Y3dIM=";
vendorHash = "sha256-4XcmaW4H+IgZZx3PuG0aimqSG1eUnRtcbebKXuencnQ=";
preCheck = ''
HOME=$(mktemp -d)