Skip to content

Commit 5780d1c

Browse files
authored
jwx: 2.1.4 -> 2.1.5 (NixOS#400073)
2 parents fc7fc2f + c4e27aa commit 5780d1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/jw/jwx/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
buildGoModule rec {
88
pname = "jwx";
9-
version = "2.1.4";
9+
version = "2.1.5";
1010

1111
src = fetchFromGitHub {
1212
owner = "lestrrat-go";
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-UXiF3X1jLk4dCGKmZlx9V08hzNJV+s/K2Wei9i+A6dg=";
15+
hash = "sha256-JDv1lqfhE16v3hJhf9OD2P2IS1KeLyewHxNlS7Ci2bk=";
1616
};
1717

1818
vendorHash = "sha256-ZS7xliFymXTE8hlc3GEMNonP5sJTZGirw5YQNzPCl3Y=";

0 commit comments

Comments
 (0)