Unverified Commit 7611ca53 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

Merge pull request #328945 from r-ryantm/auto-update/hishtory

hishtory: 0.298 -> 0.302
parents 79a283d6 6bc2df8a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

buildGoModule rec {
  pname = "hishtory";
  version = "0.298";
  version = "0.302";

  src = fetchFromGitHub {
    owner = "ddworken";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-9hs9XLDq1B3a9t+ohDBOj3fm25hMk0jXQI0SnyMAczM=";
    hash = "sha256-hqOAHjYYfK74Zvlgyo3i6ljIsvE75+oJccSfCfkS8K4=";
  };

  vendorHash = "sha256-zTwZ/sMhQdlf7RYfR2/K/m08U1Il0VQmYFyNNiYsWhc=";
  vendorHash = "sha256-5O2UXpQEs/LCnFnP7g+JYifbSeHjzbnoX9KuIKbqVdE=";

  ldflags = [ "-X github.com/ddworken/hishtory/client/lib.Version=${version}" ];