Unverified Commit 69d1626e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #315125 from r-ryantm/auto-update/sttr

sttr: 0.2.20 -> 0.2.21
parents ceb167eb 4af4ab13
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "sttr";
  version = "0.2.20";
  version = "0.2.21";

  src = fetchFromGitHub {
    owner = "abhimanyu003";
    repo = "sttr";
    rev = "v${version}";
    hash = "sha256-8xIVLUbqk7bPjDTO2tdU9dGslBEorQusaJSAuFhRZYw=";
    hash = "sha256-XBg/t2hspKdgkRgU95VLfi74cnA9OZ03x4deFOu+2do=";
  };

  vendorHash = "sha256-OuPPK4ordP/yzH+0sCRKO9szJ81LUbvM2Z8U88O6Qwc=";