jwx: 2.1.1 -> 2.1.3

This commit is contained in:
R. Ryantm 2024-11-30 10:13:14 +00:00
parent e383460f09
commit 0dd1c943d7

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "jwx";
version = "2.1.1";
version = "2.1.3";
src = fetchFromGitHub {
owner = "lestrrat-go";
repo = pname;
rev = "v${version}";
hash = "sha256-cYNqe5BZJSYWD7XegVEm5prQjC6uX+JZtJ7AZdFbPu4=";
hash = "sha256-CuxBfR+q+2JCe7F1gruGrVM+UBkrmz5dEyrDtFdmbhM=";
};
vendorHash = "sha256-ZS7xliFymXTE8hlc3GEMNonP5sJTZGirw5YQNzPCl3Y=";