jwx: 2.1.4 -> 2.1.5

This commit is contained in:
R. Ryantm
2025-04-19 12:59:59 +00:00
parent 23d4cd9c53
commit c4e27aa617
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "jwx";
version = "2.1.4";
version = "2.1.5";
src = fetchFromGitHub {
owner = "lestrrat-go";
repo = pname;
rev = "v${version}";
hash = "sha256-UXiF3X1jLk4dCGKmZlx9V08hzNJV+s/K2Wei9i+A6dg=";
hash = "sha256-JDv1lqfhE16v3hJhf9OD2P2IS1KeLyewHxNlS7Ci2bk=";
};
vendorHash = "sha256-ZS7xliFymXTE8hlc3GEMNonP5sJTZGirw5YQNzPCl3Y=";