Skip to content

Commit

Permalink
blocky: 0.22 -> 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 7, 2024
1 parent 4166d60 commit 24e77d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/blocky/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@

buildGoModule rec {
pname = "blocky";
version = "0.22";
version = "0.23";

src = fetchFromGitHub {
owner = "0xERR0R";
repo = pname;
rev = "v${version}";
hash = "sha256-iU7fpTn8sPtglZfqLJ6fVYbHtYp0jqItSpJsvN4iKE8=";
hash = "sha256-IB5vi+nFXbV94YFtY2eMKTgzUgX8q8i8soSrso2zaD4=";
};

# needs network connection and fails at
# https://github.com/0xERR0R/blocky/blob/development/resolver/upstream_resolver_test.go
doCheck = false;

vendorHash = "sha256-PnqpDAbHCs1wFudYy+nyG+p/E6ig7ZuhbuU4CFFoiyk=";
vendorHash = "sha256-h1CkvI7M1kt2Ix3D8+gDl97CFElV+0/9Eram1burOaM=";

ldflags = [ "-s" "-w" "-X github.com/0xERR0R/blocky/util.Version=${version}" ];

Expand Down

0 comments on commit 24e77d6

Please sign in to comment.