nkeys: 0.4.7 -> 0.4.8 (#359480)

This commit is contained in:
Nick Cao 2024-11-27 08:43:35 -05:00 committed by GitHub
commit f796302084
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "nkeys";
version = "0.4.7";
version = "0.4.8";
src = fetchFromGitHub {
owner = "nats-io";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ui/vSa2TGe6Pe2aAzitBa1Pd2vKgTMuHoBhYYy2p6Rw=";
hash = "sha256-/nqYTJq8QPRR6ADAg1300I52agdoR7o84eumRjQY6xU=";
};
vendorHash = "sha256-SiSqmj6ktfiGsJOSu/pBY53e3vnN+RBfTkGwUuW52uo=";
vendorHash = "sha256-NHblFXIRK9moaZKBdfm61Ueo+GH/lGmVhrzYvMvYhjA=";
meta = with lib; {
description = "Public-key signature system for NATS";