Merge pull request #314040 from r-ryantm/auto-update/nextdns

nextdns: 1.43.3 -> 1.43.4
This commit is contained in:
Nick Cao 2024-05-23 14:38:09 -04:00 committed by GitHub
commit 6b32e7a34d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "nextdns";
version = "1.43.3";
version = "1.43.4";
src = fetchFromGitHub {
owner = "nextdns";
repo = "nextdns";
rev = "v${version}";
sha256 = "sha256-sltTvjEfUZsmXDEyN+Zyck7oqZ+Xu8xScNnitt/0eic=";
sha256 = "sha256-nL+6pIH/tI/V14aKrQfwI+JJhCc/YD18U/J0SXnA9NE=";
};
vendorHash = "sha256-U5LJF1RX0ZS0PhjQTZKXrJo89WPfSZaVbgskWcYNlJY=";