greenmask: 0.1.12 -> 0.1.13

This commit is contained in:
R. Ryantm 2024-05-07 13:44:51 +00:00
parent 4a5f70933f
commit 94be8e24b5
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "greenmask";
version = "0.1.12";
version = "0.1.13";
src = fetchFromGitHub {
owner = "GreenmaskIO";
repo = "greenmask";
rev = "refs/tags/v${version}";
hash = "sha256-RotNZnmOYZfrukg0OPGnxCf0nbspqUdSJ53P9cmFlOA=";
hash = "sha256-d3VMq0sW5WEmSWssOknWQ+tmG8N1w4KYKl1QT4R9SRY=";
};
vendorHash = "sha256-WCsZ5DU+mZk9M1lldBY4q2PXI8DDFytPojzGJ6wqXsg=";