harsh: 0.10.2 -> 0.10.4

This commit is contained in:
R. Ryantm
2024-11-20 08:51:24 +00:00
parent 5a27cc051d
commit 204eed4c29
+3 -3
View File
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "harsh";
version = "0.10.2";
version = "0.10.4";
src = fetchFromGitHub {
owner = "wakatara";
repo = pname;
rev = "v${version}";
hash = "sha256-XkOdW6ewout69A1ovth1iQR36nRtkdsbDI9CWibSHXs=";
hash = "sha256-njFKmskbOvsIqtakOEvHZS20WSQTXtk+1u6N0Av/uXI=";
};
vendorHash = "sha256-4Sa8/mVD7t4uR8Wq4n+fvot7LZfraphFobrG6rteQeI=";
vendorHash = "sha256-hdPkiF1HHuIl6KbilPre6tAqSnYPhYhrxBEj3Ayy2AY=";
meta = with lib; {
description = "CLI habit tracking for geeks";