mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
harsh: 0.10.20 -> 0.10.21
This commit is contained in:
parent
198e914fcc
commit
afb288e067
1 changed files with 3 additions and 3 deletions
|
@ -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 ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue