Skip to content

Commit 63ead2d

Browse files
myks: 4.8.2 -> 4.8.3 (#412330)
Co-authored-by: kbudde <[email protected]>
2 parents bf9f4a1 + 951b410 commit 63ead2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/my/myks/package.nix

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

1111
buildGoModule rec {
1212
pname = "myks";
13-
version = "4.8.2";
13+
version = "4.8.3";
1414

1515
src = fetchFromGitHub {
1616
owner = "mykso";
1717
repo = "myks";
1818
tag = "v${version}";
19-
hash = "sha256-HG3TuK4mh44D+qVtcfM09dbuf+M2ZuREASXxG0me3B4=";
19+
hash = "sha256-heAIVvQdb69XO3xP6Xq7+5/FqaKrie/1JxJ8FyFXw/U=";
2020
};
2121

22-
vendorHash = "sha256-lxqAd7N5yrW453s6cEGAtCcxLyJMsWK8LtT31kTODoc=";
22+
vendorHash = "sha256-G+wr4mDuQoZEgdyHohDSVUJza70eZc+zrmQ79d/49lE=";
2323

2424
subPackages = ".";
2525

0 commit comments

Comments
 (0)