harsh: 0.10.4 -> 0.10.6

This commit is contained in:
R. Ryantm
2024-12-09 19:34:38 +00:00
parent f602946645
commit fc78b5b198
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "harsh";
version = "0.10.4";
version = "0.10.6";
src = fetchFromGitHub {
owner = "wakatara";
repo = pname;
rev = "v${version}";
hash = "sha256-njFKmskbOvsIqtakOEvHZS20WSQTXtk+1u6N0Av/uXI=";
hash = "sha256-yOF+SZaUOkZnU0uYrsvClpPvKO64cFFB9qmOPoh6ZcA=";
};
vendorHash = "sha256-hdPkiF1HHuIl6KbilPre6tAqSnYPhYhrxBEj3Ayy2AY=";