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

harsh: 0.9.2 -> 0.10.0
This commit is contained in:
Nick Cao 2024-06-05 15:36:41 -04:00 committed by GitHub
commit 1b5851d330
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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";