Skip to content

Commit

Permalink
hydroxide: 0.2.17 -> 0.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 28, 2021
1 parent e7e72e0 commit 72513d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/hydroxide/default.nix
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "hydroxide";
version = "0.2.17";
version = "0.2.18";

src = fetchFromGitHub {
owner = "emersion";
repo = pname;
rev = "v${version}";
sha256 = "sha256-gNMLVh5ntVCxiIKLshRvYXi5dYLZ8qiZFwZxbNPVFTk=";
sha256 = "sha256-s8EmoVZUUeaKTaINXvKO5tSdPUS3MlhEucwnmTTC3Wk=";
};

vendorSha256 = "sha256-f/1Vxuc87eQie/j1b14q/1lAAzRk+ZDkBaTmHtCy7go=";
vendorSha256 = "sha256-jkiTpDsJN628YKkFZcng9P05hmNUc3UeFsanLf+QtJY=";

doCheck = false;

Expand Down

0 comments on commit 72513d7

Please sign in to comment.