summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2022-09-05 21:41:36 +0100
committerGitHub <noreply@github.com>2022-09-05 21:41:36 +0100
commit4820ee8f2fc997dbd58bddd6ded102238a52beea (patch)
treeda94b1c9dcb50def006931385c1bd5540f96e8b8
parent000ac28e43d2090ba9e7ed84480ef4b33d5f4a25 (diff)
parentf0139430dcb17ca66ad92dcd8bd7ec5e5bf7017e (diff)
Merge pull request #189879 from r-ryantm/auto-update/hydroxide
hydroxide: 0.2.23 -> 0.2.24
-rw-r--r--pkgs/applications/networking/hydroxide/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/hydroxide/default.nix b/pkgs/applications/networking/hydroxide/default.nix
index 4b8d077c39f1..aa1877a17b02 100644
--- a/pkgs/applications/networking/hydroxide/default.nix
+++ b/pkgs/applications/networking/hydroxide/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "hydroxide";
- version = "0.2.23";
+ version = "0.2.24";
src = fetchFromGitHub {
owner = "emersion";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-Hc348rlwICnPWq7qYzFE01QeeJuQpSP19NjXtGqI10o=";
+ sha256 = "sha256-Bstrg/TtGpC4zeJEYgycwdzBMfMbQX0S6okdtUiVMIQ=";
};
- vendorSha256 = "sha256-M5QlhF2Cj1jn5NNiKj1Roh9+sNCWxQEb4vbtsDfapWY=";
+ vendorSha256 = "sha256-OLsJc/AMtD03KA8SN5rsnaq57/cB7bMB/f7FfEjErEU=";
doCheck = false;