Skip to content

Commit 7c449d4

Browse files
kor: 0.5.8 -> 0.5.9 (#378986)
Co-authored-by: ivankovnatsky <[email protected]>
2 parents 473d3b7 + 491b20d commit 7c449d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ko/kor/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "kor";
9-
version = "0.5.8";
9+
version = "0.5.9";
1010

1111
src = fetchFromGitHub {
1212
owner = "yonahd";
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-cRnhLh1LSI9JXNes8USoGs8crVejh57tXWWI3xzf7o8=";
15+
hash = "sha256-SMy7oAOKSvUrqIh11kdsREySsxJHmwSUhpW++DB0M2Y=";
1616
};
1717

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

2020
preCheck = ''
2121
HOME=$(mktemp -d)

0 commit comments

Comments
 (0)