diff options
| author | Nick Cao <nickcao@nichi.co> | 2023-03-20 10:27:41 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-20 10:27:41 +0800 |
| commit | 1b41e325937cce026142eff94f5546f93ccf575c (patch) | |
| tree | c769cceb9821b3544da39c71803e7b7fc7c14a77 | |
| parent | Merge pull request #222119 from r-ryantm/auto-update/numix-icon-theme-square (diff) | |
| parent | hydroxide: 0.2.24 -> 0.2.25 (diff) | |
| download | nixpkgs-1b41e325937cce026142eff94f5546f93ccf575c.tar.gz | |
Merge pull request #222044 from r-ryantm/auto-update/hydroxide
hydroxide: 0.2.24 -> 0.2.25
| -rw-r--r-- | pkgs/applications/networking/hydroxide/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/hydroxide/default.nix b/pkgs/applications/networking/hydroxide/default.nix index aa1877a17b02..42ff69127553 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.24"; + version = "0.2.25"; src = fetchFromGitHub { owner = "emersion"; repo = pname; rev = "v${version}"; - sha256 = "sha256-Bstrg/TtGpC4zeJEYgycwdzBMfMbQX0S6okdtUiVMIQ="; + sha256 = "sha256-YBaimsHRmmh5d98c9x56JIyOOnkZsypxdqlSCG6pVJ4="; }; - vendorSha256 = "sha256-OLsJc/AMtD03KA8SN5rsnaq57/cB7bMB/f7FfEjErEU="; + vendorHash = "sha256-OLsJc/AMtD03KA8SN5rsnaq57/cB7bMB/f7FfEjErEU="; doCheck = false; |
