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

Merge pull request #287562 from r-ryantm/auto-update/harsh

harsh: 0.9.0 -> 0.9.1
parents 0e2b09b1 44704cb8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "harsh";
  version = "0.9.0";
  version = "0.9.1";

  src = fetchFromGitHub {
    owner = "wakatara";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-7QU3vbJNapMyjnCJrvK+jjUJDHE0+GaP7GKUu7UJcvU=";
    hash = "sha256-MpKfUvDqwkvPsnjTxR3fohzYfSLQ2Nx25czYOE8LpK4=";
  };

  vendorHash = "sha256-zjLXq64uC5iRm9uxUGDW5127z25gNSVV2qhVVXuYqY0=";