galene: 0.6.1 -> 0.7.0

This commit is contained in:
Alexandre Iooss 2023-04-15 08:35:56 +02:00
parent bd80d99a61
commit 4be94ba44b

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "galene"; pname = "galene";
version = "0.6.1"; version = "0.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jech"; owner = "jech";
repo = "galene"; repo = "galene";
rev = "galene-${version}"; rev = "galene-${version}";
hash = "sha256-Bnx0GqgkOHfoDYLJqVAz/tKyF+cZ0BQTRTGO2pDv7tM="; hash = "sha256-P1KW9JUHzH/aK3wehVMSVJcUmMqDEGc8zVg8P6F828s=";
}; };
vendorSha256 = "sha256-HZQeVa4UB/1jpPbfrh3XgWQe2S3qA8CM268KghgJA0w="; vendorSha256 = "sha256-+itNqxEy0S2g5UGpUIthJE2ILQzToISref/8F4zTmYg=";
ldflags = [ "-s" "-w" ]; ldflags = [ "-s" "-w" ];
preCheck = "export TZ=UTC"; preCheck = "export TZ=UTC";