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

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

harsh: 0.9.2 -> 0.10.0
parents 233c04f6 1f982b08
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

buildGoModule rec {
  pname = "harsh";
  version = "0.9.2";
  version = "0.10.0";

  src = fetchFromGitHub {
    owner = "wakatara";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-NgYmzRoJCoFpfo4NXnQKCp/gvN9g076Y9Pq8CnMrC/s=";
    hash = "sha256-SF5SvVllAXaALSasVt+wqiywYltAuzaPoc9IohwYmss=";
  };

  vendorHash = "sha256-Xzyu6jy4sbZPZv0EIksA2snlsivc0jp02QoOYpmFtQw=";
  vendorHash = "sha256-4Sa8/mVD7t4uR8Wq4n+fvot7LZfraphFobrG6rteQeI=";

  meta = with lib; {
    description = "CLI habit tracking for geeks";