galene: 0.9 -> 0.9.1

This commit is contained in:
R. Ryantm 2024-07-25 02:09:15 +00:00
parent 18c8da898c
commit a68b43969f

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "galene";
version = "0.9";
version = "0.9.1";
src = fetchFromGitHub {
owner = "jech";
repo = "galene";
rev = "galene-${version}";
hash = "sha256-wklWAs5Ag9FZu85vLPNXoiS7TVQe98fLbRiMIp2OsaI=";
hash = "sha256-Ky38PM9HX1jV1LTMUeqaY8fUjZAxe4uK52YKQF8WOMA=";
};
vendorHash = "sha256-U8DH3b2KbFQbEV+7suVsBiTA42FEl6DebH+GJDaH6aE=";