hishtory: 0.293 -> 0.294

This commit is contained in:
R. Ryantm 2024-05-13 01:37:02 +00:00
parent 2f9350605a
commit cf075f41ea

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "hishtory";
version = "0.293";
version = "0.294";
src = fetchFromGitHub {
owner = "ddworken";
repo = pname;
rev = "v${version}";
hash = "sha256-5I61ey7GJ78dhSgRMkbRcKf3zk0j7zW2MyN2QSbAnpE=";
hash = "sha256-vwjzJTBgD4XzZekxGk02WW9/A7wLlLBsIUyvt0VCkOg=";
};
vendorHash = "sha256-zTwZ/sMhQdlf7RYfR2/K/m08U1Il0VQmYFyNNiYsWhc=";