Unverified Commit 9a8b5d59 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

galene: 0.9 -> 0.9.1
parents 7cb54aba a68b4396
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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=";