Skip to content

Commit 7631cc5

Browse files
committed
hishtory: 0.321 -> 0.324
1 parent 9f04431 commit 7631cc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/hi/hishtory/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "hishtory";
9-
version = "0.321";
9+
version = "0.324";
1010

1111
src = fetchFromGitHub {
1212
owner = "ddworken";
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-97+36uM6c9yDOnTaBnF3X0jDF6n+vJAnR4havXlXpF4=";
15+
hash = "sha256-CcRRMHUvLVrJ0fWsAH+SUxcSB2koOShlqBnnhKtrCts=";
1616
};
1717

18-
vendorHash = "sha256-xDdK91/lQRpY7i13jnLwX2eVMb5mibHchnz7ASNzXmM=";
18+
vendorHash = "sha256-A975ensuezz75I4KrFcl8wi9HjZqlfEHeJVAyA69V9k=";
1919

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

0 commit comments

Comments
 (0)