1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

hishtory: 0.302 -> 0.303

This commit is contained in:
R. Ryantm 2024-08-12 01:07:57 +00:00
parent d1c8738267
commit b8d7fbe148

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "hishtory";
version = "0.302";
version = "0.303";
src = fetchFromGitHub {
owner = "ddworken";
repo = pname;
rev = "v${version}";
hash = "sha256-hqOAHjYYfK74Zvlgyo3i6ljIsvE75+oJccSfCfkS8K4=";
hash = "sha256-uhORdve07JARKT/BD0VLK6XnN4nehXODswczrALK0MQ=";
};
vendorHash = "sha256-5O2UXpQEs/LCnFnP7g+JYifbSeHjzbnoX9KuIKbqVdE=";
vendorHash = "sha256-qQIyeqNF8unmpJG4+kekF2KDQjcpFanJp7siX+jWRwQ=";
ldflags = [ "-X github.com/ddworken/hishtory/client/lib.Version=${version}" ];