Unverified Commit 1c7f17f3 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #264728 from r-ryantm/auto-update/wander

wander: 0.11.1 -> 0.11.2
parents 7e535c04 f8120340
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "wander";
  version = "0.11.1";
  version = "0.11.2";

  src = fetchFromGitHub {
    owner = "robinovitch61";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-EIMHCal4jt8tMEfx2Lol2/7IK8uROaNC1ABB+0d0YTg=";
    sha256 = "sha256-zAvPtTUrSHeIMy9MgJviyMvMJ0Ny5Nkx6oLwWPSc9bE=";
  };

  vendorHash = "sha256-SqDGXV8MpvEQFAkcE1NWvWjdzYsvbO5vA6k+hpY0js0=";