Skip to content

Commit dd11118

Browse files
committed
godns: 3.2.3 -> 3.2.4
1 parent 1d8fe40 commit dd11118

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/go/godns/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@
1010

1111
buildGoModule rec {
1212
pname = "godns";
13-
version = "3.2.3";
13+
version = "3.2.4";
1414

1515
src = fetchFromGitHub {
1616
owner = "TimothyYe";
1717
repo = "godns";
1818
tag = "v${version}";
19-
hash = "sha256-gKfuyw3cayDNHW2RrPaq1+vETDWyu5yxoiQvmRquwDU=";
19+
hash = "sha256-Uf+V6A5Q1gQQn+hJUUwmeaGve8364Lui2dMeCzkkeTQ=";
2020
};
2121

22-
vendorHash = "sha256-3HN67FUtLfIF/V/Ax/UsFD/hmm1g+MsAZkQsZ/DvEcI=";
22+
vendorHash = "sha256-PrXi460v7ooBhFooLw14tMDvLvEzIYt+4Y+36BYdWzA=";
2323
npmDeps = fetchNpmDeps {
2424
src = "${src}/web";
25-
hash = "sha256-wumu3uTzZh4uXlxaDfS8rxWapjkKnzCQGk3izH242qc=";
25+
hash = "sha256-+a5IrJLamuNmwGhPIA7JKvgm6COnYre6bPuAv1PgGns=";
2626
};
2727

2828
npmRoot = "web";

0 commit comments

Comments
 (0)