Skip to content

Commit

Permalink
hishtory: 0.321 -> 0.324
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 8, 2025
1 parent 9f04431 commit 7631cc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/hi/hishtory/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildGoModule rec {
pname = "hishtory";
version = "0.321";
version = "0.324";

src = fetchFromGitHub {
owner = "ddworken";
repo = pname;
rev = "v${version}";
hash = "sha256-97+36uM6c9yDOnTaBnF3X0jDF6n+vJAnR4havXlXpF4=";
hash = "sha256-CcRRMHUvLVrJ0fWsAH+SUxcSB2koOShlqBnnhKtrCts=";
};

vendorHash = "sha256-xDdK91/lQRpY7i13jnLwX2eVMb5mibHchnz7ASNzXmM=";
vendorHash = "sha256-A975ensuezz75I4KrFcl8wi9HjZqlfEHeJVAyA69V9k=";

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

Expand Down

0 comments on commit 7631cc5

Please sign in to comment.