Unverified Commit 7cdd5573 authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

Merge pull request #294081 from r-ryantm/auto-update/jwx

jwx: 2.0.20 -> 2.0.21
parents baf89057 3fefb500
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "jwx";
  version = "2.0.20";
  version = "2.0.21";

  src = fetchFromGitHub {
    owner = "lestrrat-go";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-+of0eYBwdGC9vb0DDqxMIuhXNTCRRv9iGOIVJGobMxc=";
    hash = "sha256-Rg3E+7kyyzY8NqfXMH3ENWAuCxx7+3DyyarfGNI9xxE=";
  };

  vendorHash = "sha256-HHq4B0MYP2gUtV9ywrXVmWN7OpV6NVb49rVMFblOgPc=";