zvm: 0.8.10 -> 0.8.11

Arbitrary Code Execution/File Deletion Vulnerabilities Fixes!
Changelog: https://github.com/tristanisham/zvm/releases/tag/v0.8.11

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2025-12-31 18:56:49 -05:00
parent 68fdd5f383
commit 93d0f90099

View File

@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "zvm";
version = "0.8.10";
version = "0.8.11";
src = fetchFromGitHub {
owner = "tristanisham";
repo = "zvm";
tag = "v${version}";
hash = "sha256-n6V6fMfE7yBSta+RLkQbTFjQUOs4VuonEu6ecWQIFUc=";
hash = "sha256-RMXF69zqqNK3tifbeDM7dxkiHMws7n+PeeHvCUK7/OU=";
};
vendorHash = "sha256-yk1n0mW4WIKHTg9xgr+1IKbUpZWIaBaYrA6FwNBjVKc=";
vendorHash = "sha256-dM9FiUucSBkk8L93HfzoHQ1EyyRmAZjfedvOyRBDFBA=";
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];