Skip to content

Commit

Permalink
godns: 3.2.0 -> 3.2.1 (#370800)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse authored Jan 4, 2025
2 parents 7f916a7 + 1fa77f6 commit be325b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/go/godns/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@

buildGoModule rec {
pname = "godns";
version = "3.2.0";
version = "3.2.1";

src = fetchFromGitHub {
owner = "TimothyYe";
repo = "godns";
tag = "v${version}";
hash = "sha256-qkyEQs96E5l1R5JTGefnTeiThr4P7PtUjpNmiylQj4c=";
hash = "sha256-E5xJiODTOaBGojFd7W+id59tKLPpHpkAFHiETOYqCSg=";
};

vendorHash = "sha256-zz33xHIZ2jhD2s3v2vum0ELG7GTqe5SsADUrO5yqumw=";
vendorHash = "sha256-cR+hlIGRPffP21lqDZmqBF4unS6ZyEvEvRlTrswg+js=";
npmDeps = fetchNpmDeps {
src = "${src}/web";
hash = "sha256-Y35CcUubO3QmbEwWBFXoWKLgvE8dp/mFE/szRigJvLo=";
hash = "sha256-lchAfi97a97TPs22ML3sMrlSZdvWMMC+wBrGbvke5rg=";
};

npmRoot = "web";
Expand Down

0 comments on commit be325b3

Please sign in to comment.