Merge pull request #226953 from r-ryantm/auto-update/hstr

hstr: 2.6 -> 3.0

authored by

Mario Rodas and committed by
GitHub
28202078 b3a2c33e

+2 -2
+2 -2
pkgs/applications/misc/hstr/default.nix
··· 3 3 4 4 stdenv.mkDerivation rec { 5 5 pname = "hstr"; 6 - version = "2.6"; 6 + version = "3.1"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "dvorka"; 10 10 repo = "hstr"; 11 11 rev = version; 12 - sha256 = "sha256-yfaDISnTDb20DgMOvh6jJYisV6eL/Mp5jafnWEnFG8c="; 12 + hash = "sha256-OuLy1aiEwUJDGy3+UXYF1Vx1nNXic46WIZEM1xrIPfA="; 13 13 }; 14 14 15 15 nativeBuildInputs = [ autoreconfHook pkg-config ];