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

galene: 0.8 -> 0.8.1
This commit is contained in:
Pol Dellaiera 2024-03-12 21:58:10 +01:00 committed by GitHub
commit 56989a6ee5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "galene";
version = "0.8";
version = "0.8.1";
src = fetchFromGitHub {
owner = "jech";
repo = "galene";
rev = "galene-${version}";
hash = "sha256-UWh55+9+5s31VwRb7oOzOPKv9Ew7AxsOjWXaFRxuans=";
hash = "sha256-CeyxeZPvClKxjEU5GYqZzV2SCyHNAktHNQbmN9wUa+4=";
};
vendorHash = "sha256-MEO6ktMrpvuWBPBgpBRAuIrup4Zc8IQKoJ/6JEnD6+U=";
vendorHash = "sha256-NT6bNVoh26I4z/QUSJWwF5YDuzf3LUc/7OQgtslc4ME=";
ldflags = [ "-s" "-w" ];
preCheck = "export TZ=UTC";