Merge pull request #271122 from r-ryantm/auto-update/galene

galene: 0.7.2 -> 0.8
This commit is contained in:
Weijia Wang 2024-01-03 14:34:03 +01:00 committed by GitHub
commit d120d30762
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "galene";
version = "0.7.2";
version = "0.8";
src = fetchFromGitHub {
owner = "jech";
repo = "galene";
rev = "galene-${version}";
hash = "sha256-9jFloYrAQXmhmRoJxGp1UUxzFEkzB32iohStbb39suU=";
hash = "sha256-UWh55+9+5s31VwRb7oOzOPKv9Ew7AxsOjWXaFRxuans=";
};
vendorHash = "sha256-+itNqxEy0S2g5UGpUIthJE2ILQzToISref/8F4zTmYg=";
vendorHash = "sha256-MEO6ktMrpvuWBPBgpBRAuIrup4Zc8IQKoJ/6JEnD6+U=";
ldflags = [ "-s" "-w" ];
preCheck = "export TZ=UTC";