jwx: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm 2024-07-28 12:56:36 +00:00
parent a5b2fe7374
commit 6d0535007e

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "jwx";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "lestrrat-go";
repo = pname;
rev = "v${version}";
hash = "sha256-In9/RmcqiOFT1QceWls8gzgzgkBoKeUE05j0cHCecTU=";
hash = "sha256-cYNqe5BZJSYWD7XegVEm5prQjC6uX+JZtJ7AZdFbPu4=";
};
vendorHash = "sha256-ZS7xliFymXTE8hlc3GEMNonP5sJTZGirw5YQNzPCl3Y=";