mosdns: 5.3.1 -> 5.3.3

This commit is contained in:
R. Ryantm 2024-08-15 01:23:41 +00:00
parent 30de35ad01
commit c72939e6d2

View File

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "mosdns";
version = "5.3.1";
version = "5.3.3";
src = fetchFromGitHub {
owner = "IrineSistiana";
repo = "mosdns";
rev = "refs/tags/v${version}";
hash = "sha256-QujkDx899GAImEtQE28ru7H0Zym5SYXJbJEfSBkJYjo=";
hash = "sha256-nSqSfbpi91W28DaLjCsWlPiLe1gLVHeZnstktc/CLag=";
};
vendorHash = "sha256-0J5hXb1W8UruNG0KFaJBOQwHl2XiWg794A6Ktgv+ObM=";
vendorHash = "sha256-RpvWkIDhHSNbdkpBCcXYbbvbmGiG15qyB5aEJRmg9s4=";
nativeBuildInputs = [ installShellFiles ];