Skip to content

Commit

Permalink
galene: 0.9.1 -> 0.96
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Jan 3, 2025
1 parent b0128a1 commit 3d5cf81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ga/galene/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "galene";
version = "0.9.1";
version = "0.96";

src = fetchFromGitHub {
owner = "jech";
repo = "galene";
rev = "galene-${version}";
hash = "sha256-Ky38PM9HX1jV1LTMUeqaY8fUjZAxe4uK52YKQF8WOMA=";
hash = "sha256-E/xFh60Fzy/bRX414N1Juc7j4D8fN8CEDYPOUrNp5/4=";
};

vendorHash = "sha256-U8DH3b2KbFQbEV+7suVsBiTA42FEl6DebH+GJDaH6aE=";
vendorHash = "sha256-LDLKjD4qYn/Aae6GUX6gZ57+MUfKc058H+YHM0bNZV0=";

ldflags = [ "-s" "-w" ];
preCheck = "export TZ=UTC";
Expand Down

0 comments on commit 3d5cf81

Please sign in to comment.