harsh: 0.11.3 -> 0.12.3 (#467940)

This commit is contained in:
Mathew Polzin 2025-12-06 02:56:42 +00:00 committed by GitHub
commit 34b1775f56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,16 +7,16 @@
buildGoModule (finalAttrs: {
pname = "harsh";
version = "0.11.3";
version = "0.12.3";
src = fetchFromGitHub {
owner = "wakatara";
repo = "harsh";
tag = "v${finalAttrs.version}";
hash = "sha256-mQhBQFDint6ZlS5yQ9oGLJVxmol9p+st9X7wRCBuc/g=";
hash = "sha256-/NgYjw/euTD55Ao91JL9og2FvHEYhDyT7mmPnJzoH4o=";
};
vendorHash = "sha256-+yHIpUttvrdiTt0IuMTT4iCN34hNOb3JjZTmi5qb8yI=";
vendorHash = "sha256-dGHEP5OYr/t2JNhfIHKGXJMl8OJS5FJPXsDQXa1AiEA=";
nativeCheckInputs = [ writableTmpDirAsHomeHook ];