Merge pull request #231551 from r-ryantm/auto-update/hcledit

hcledit: 0.2.7 -> 0.2.8
This commit is contained in:
Nick Cao
2023-05-13 10:31:50 +08:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "hcledit";
version = "0.2.7";
version = "0.2.8";
src = fetchFromGitHub {
owner = "minamijoyo";
repo = pname;
rev = "v${version}";
hash = "sha256-hunM29K6RgeVkY8nNNIYigCh2sTCR1OyPE+k3cmIJTU=";
hash = "sha256-Y1v4VqbF23ah1MeBeFEjmNVfmA9DkMJZvulmy2kVdUI=";
};
vendorHash = "sha256-KwoauyXeDMMTUgtLvz6m28nvFSl5fptZzEvwFVC3n8g=";