greenmask: 0.2.11 -> 0.2.12

This commit is contained in:
R. Ryantm 2025-06-08 19:33:52 +00:00
parent edc7c67ab7
commit a91a66d4ca

View file

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "greenmask";
version = "0.2.11";
version = "0.2.12";
src = fetchFromGitHub {
owner = "GreenmaskIO";
repo = "greenmask";
tag = "v${version}";
hash = "sha256-KHM/r4zDJrZMIC7+Kp+98xhV5r4zkpxc1ffqf0jgnLs=";
hash = "sha256-Tgr6olU8EBiiHX4fNOL6EXdrFs2eckFk4ooBBoxc+ms=";
};
vendorHash = "sha256-g3/WuLDb4mAzklT+nxQ1U/l+JDzSubENMB5hWjIaIIU=";
vendorHash = "sha256-t2U65GAGBGdMRXPTkCQCuXfLuqohA6erTlvAN/xx/ek=";
subPackages = [ "cmd/greenmask/" ];