diff options
author | R. Ryantm | 2024-05-09 05:17:32 +0000 |
---|---|---|
committer | R. Ryantm | 2024-05-09 05:17:32 +0000 |
commit | d14678461f9a10586367b4658cdf4b1d94d949de (patch) | |
tree | 84222a053b5958a53a5042641e5d4cfb71574dbe | |
parent | 5c4ae2d9fffc4a3cfb29c56106780c4894e51271 (diff) |
galene: 0.8.1 -> 0.8.2
-rw-r--r-- | pkgs/servers/web-apps/galene/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/web-apps/galene/default.nix b/pkgs/servers/web-apps/galene/default.nix index 73503242378a..cdbdd675a92d 100644 --- a/pkgs/servers/web-apps/galene/default.nix +++ b/pkgs/servers/web-apps/galene/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "galene"; - version = "0.8.1"; + version = "0.8.2"; src = fetchFromGitHub { owner = "jech"; repo = "galene"; rev = "galene-${version}"; - hash = "sha256-CeyxeZPvClKxjEU5GYqZzV2SCyHNAktHNQbmN9wUa+4="; + hash = "sha256-536n2ZCKlWDV9MqiNBpWocwnDUFekRcN+N5DuIzq9a4="; }; - vendorHash = "sha256-NT6bNVoh26I4z/QUSJWwF5YDuzf3LUc/7OQgtslc4ME="; + vendorHash = "sha256-J0pQm2TqlYwtMNuR/53SnpAwl9L9rq7FpVd3F9M0qso="; ldflags = [ "-s" "-w" ]; preCheck = "export TZ=UTC"; |