harsh: 0.10.0 -> 0.10.2

This commit is contained in:
R. Ryantm 2024-07-10 11:54:47 +00:00
parent 655a58a72a
commit 6263117b7b

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "harsh";
version = "0.10.0";
version = "0.10.2";
src = fetchFromGitHub {
owner = "wakatara";
repo = pname;
rev = "v${version}";
hash = "sha256-SF5SvVllAXaALSasVt+wqiywYltAuzaPoc9IohwYmss=";
hash = "sha256-XkOdW6ewout69A1ovth1iQR36nRtkdsbDI9CWibSHXs=";
};
vendorHash = "sha256-4Sa8/mVD7t4uR8Wq4n+fvot7LZfraphFobrG6rteQeI=";