doggo: 1.0.4 -> 1.0.5

ChangeLog: https://github.com/mr-karan/doggo/releases/tag/v1.0.5
This commit is contained in:
Maximilian Bosch 2024-09-30 12:17:56 +02:00
parent b5308e7547
commit 88c017a5f1
No known key found for this signature in database

View File

@ -7,16 +7,16 @@
buildGoModule rec { buildGoModule rec {
pname = "doggo"; pname = "doggo";
version = "1.0.4"; version = "1.0.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mr-karan"; owner = "mr-karan";
repo = "doggo"; repo = "doggo";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-SD/BcJxoc5Oi8+nAs+CWBEcbgtaohykNlZ14jJvEWew="; hash = "sha256-SbTwVvE699MCgfUXifnJ1oMNN8TdLg8P03Xx5hrQxF8=";
}; };
vendorHash = "sha256-JIc6/G1hMf8+oIe4OMc+b0th5MCgi5Mwp3AxW4OD1lg="; vendorHash = "sha256-44gBPMr6gKaRaq7W69K7OBTVXvsz9pSEL1eOKYd4fT8=";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];
subPackages = [ "cmd/doggo" ]; subPackages = [ "cmd/doggo" ];
@ -43,6 +43,6 @@ buildGoModule rec {
It outputs information in a neat concise manner and supports protocols like DoH, DoT, DoQ, and DNSCrypt as well It outputs information in a neat concise manner and supports protocols like DoH, DoT, DoQ, and DNSCrypt as well
''; '';
license = licenses.gpl3Only; license = licenses.gpl3Only;
maintainers = with maintainers; [ georgesalkhouri ]; maintainers = with maintainers; [ georgesalkhouri ma27 ];
}; };
} }