galene: 0.7.2 -> 0.8

This commit is contained in:
R. Ryantm 2023-11-30 06:31:13 +00:00
parent c67a44307a
commit 0e07451683

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";