Skip to content

Commit

Permalink
q: 0.15.1 -> 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 25, 2024
1 parent 7b1be1e commit 033b2fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/q/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "q";
version = "0.15.1";
version = "0.19.2";

src = fetchFromGitHub {
owner = "natesales";
repo = "q";
rev = "v${version}";
sha256 = "sha256-yItgytsPR/FkiERHhLTq1vNJbZ204DckEc3xK3PaPKM=";
sha256 = "sha256-kfuf0iwRYNxd9TfIIHvAqLxXjesQh7jC0evT9DQrrzQ=";
};

vendorHash = "sha256-xLv2F/rOSjMTnTrLck/1E8Y0fTbpUutQIJGmqetqYjg=";
vendorHash = "sha256-6kdf+LwMrIjwC3uZHlMdpEHvonxKfr86PQaMOgzgYOc=";

doCheck = false; # tries to resolve DNS

Expand Down

0 comments on commit 033b2fa

Please sign in to comment.