Merge pull request #256822 from r-ryantm/auto-update/nkeys

nkeys: 0.4.4 -> 0.4.5
This commit is contained in:
Nick Cao 2023-09-23 08:58:01 -04:00 committed by GitHub
commit d7c0c9937d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "nkeys";
version = "0.4.4";
version = "0.4.5";
src = fetchFromGitHub {
owner = "nats-io";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-ePpFzwjFKcm/xgt9TBl1CVnJYxO389rV9uLONeUeX0c=";
hash = "sha256-txPd4Q/ApaNutt2Ik5E2478tHAQmpTJQKYnHA9niz3E=";
};
vendorHash = "sha256-ozK0vimYs7wGplw1QhSu+q8R+YsIYHU4m08a7K6i78I=";