myks: 4.8.2 -> 4.8.3 (#412330)

Co-authored-by: kbudde <kris@budd.ee>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-05-30 15:50:58 +00:00 committed by GitHub
commit 63ead2d763
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "myks";
version = "4.8.2";
version = "4.8.3";
src = fetchFromGitHub {
owner = "mykso";
repo = "myks";
tag = "v${version}";
hash = "sha256-HG3TuK4mh44D+qVtcfM09dbuf+M2ZuREASXxG0me3B4=";
hash = "sha256-heAIVvQdb69XO3xP6Xq7+5/FqaKrie/1JxJ8FyFXw/U=";
};
vendorHash = "sha256-lxqAd7N5yrW453s6cEGAtCcxLyJMsWK8LtT31kTODoc=";
vendorHash = "sha256-G+wr4mDuQoZEgdyHohDSVUJza70eZc+zrmQ79d/49lE=";
subPackages = ".";