harsh: 0.10.20 -> 0.10.21

This commit is contained in:
R. Ryantm 2025-05-19 23:36:00 +00:00
parent 198e914fcc
commit afb288e067

View file

@ -7,16 +7,16 @@
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "harsh"; pname = "harsh";
version = "0.10.20"; version = "0.10.21";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wakatara"; owner = "wakatara";
repo = "harsh"; repo = "harsh";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-M/SnCZFYeJGS96bwfc5rpqvYfkA9Bqu9DRfXHhHq710="; hash = "sha256-aACbq88WDZ4ArdQRoeIBQLVbTosAsZqftajEfkKat7E=";
}; };
vendorHash = "sha256-/OPeNpxoTT1uYajri1nYleH+PmwgBIkaq7iBYaQ/yb8="; vendorHash = "sha256-fggoN0PcPnfig3TA6662TPFNh/6cZVdmyr7atewoGYQ=";
nativeCheckInputs = [ writableTmpDirAsHomeHook ]; nativeCheckInputs = [ writableTmpDirAsHomeHook ];