hstr: 2.5 -> 2.6

This commit is contained in:
R. Ryantm 2022-12-13 09:53:55 +00:00 committed by Bobby Rong
parent 0856352f1f
commit 6e1b674aa7

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "hstr";
version = "2.5";
version = "2.6";
src = fetchFromGitHub {
owner = "dvorka";
repo = "hstr";
rev = version;
sha256 = "sha256-qIMnU+gRR3HPAOrrrduN68R5E8ZJKROfZ0sEHL0E4XU=";
sha256 = "sha256-yfaDISnTDb20DgMOvh6jJYisV6eL/Mp5jafnWEnFG8c=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];