greenmask: 0.2.13 -> 0.2.14

This commit is contained in:
R. Ryantm
2025-09-17 19:54:48 +00:00
parent 520f41d0de
commit 3948e7b385

View File

@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "greenmask";
version = "0.2.13";
version = "0.2.14";
src = fetchFromGitHub {
owner = "GreenmaskIO";
repo = "greenmask";
tag = "v${version}";
hash = "sha256-aV/H2UuMm66No2J1t7VnO0s/WozacmCYsSgKb0SAupQ=";
hash = "sha256-AHZJWYHfUKYNXPP6vFIM5tdr5aQ8q2pkqB/M1lhxUic=";
};
vendorHash = "sha256-t2U65GAGBGdMRXPTkCQCuXfLuqohA6erTlvAN/xx/ek=";