harsh: 0.10.22 -> 0.11.3

This commit is contained in:
R. Ryantm
2025-10-06 13:15:05 +00:00
parent 0bcf98ab2f
commit a11569b8b8

View File

@@ -7,16 +7,16 @@
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "harsh"; pname = "harsh";
version = "0.10.22"; version = "0.11.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wakatara"; owner = "wakatara";
repo = "harsh"; repo = "harsh";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-TGhhiqFf6POR7x/Nc8m5/mBlj23EnjZlL5AL9IwXghk="; hash = "sha256-mQhBQFDint6ZlS5yQ9oGLJVxmol9p+st9X7wRCBuc/g=";
}; };
vendorHash = "sha256-m+5MSgzuRUZuP1GhEUCttLRLL63kphMi8N9tDUaTaOQ="; vendorHash = "sha256-+yHIpUttvrdiTt0IuMTT4iCN34hNOb3JjZTmi5qb8yI=";
nativeCheckInputs = [ writableTmpDirAsHomeHook ]; nativeCheckInputs = [ writableTmpDirAsHomeHook ];