hcledit: 0.2.11 -> 0.2.13

This commit is contained in:
R. Ryantm
2024-08-04 17:36:30 +02:00
committed by gador
parent 604b4b19ec
commit 389ad255fe
+3 -3
View File
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "hcledit";
version = "0.2.11";
version = "0.2.13";
src = fetchFromGitHub {
owner = "minamijoyo";
repo = pname;
rev = "v${version}";
hash = "sha256-UtZ59S8Cn29HNE9UpmJFtPkB8TMpDUOzlLMf78a+Vd4=";
hash = "sha256-AKNvbvRfy5QpbR1WLBlf4YcbTdX9rTGS/bovDWQXYZo=";
};
vendorHash = "sha256-huDM8kPA6vQcoJTxiWzVFZKHrTKw1ip32hMZJYZM0og=";
vendorHash = "sha256-G6jmdosQHBA+n7MgVAlzdSTqPYb5d+k4b4EzAI384FQ=";
meta = with lib; {
description = "Command line editor for HCL";