Skip to content

Commit

Permalink
hishtory: 0.321 -> 0.324 (NixOS#372103)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAZoidberg authored Jan 11, 2025
2 parents 4b899b9 + 7631cc5 commit 885f84c
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 885f84c

Please sign in to comment.