Skip to content

Commit

Permalink
kor: 0.5.8 -> 0.5.9 (#378986)
Browse files Browse the repository at this point in the history
Co-authored-by: ivankovnatsky <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and ivankovnatsky authored Feb 3, 2025
2 parents 473d3b7 + 491b20d commit 7c449d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ko/kor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "kor";
version = "0.5.8";
version = "0.5.9";

src = fetchFromGitHub {
owner = "yonahd";
repo = pname;
rev = "v${version}";
hash = "sha256-cRnhLh1LSI9JXNes8USoGs8crVejh57tXWWI3xzf7o8=";
hash = "sha256-SMy7oAOKSvUrqIh11kdsREySsxJHmwSUhpW++DB0M2Y=";
};

vendorHash = "sha256-VxSdN4VjVDT2gjQFPY79O/yGX87TFQG6+fe/lckQ7J8=";
vendorHash = "sha256-OAPilV4/usbejE/e6vVjvyuIIHCRiomPeg8RfzAmwWc=";

preCheck = ''
HOME=$(mktemp -d)
Expand Down

0 comments on commit 7c449d4

Please sign in to comment.