hstr: 3.0 -> 3.1

https://github.com/dvorka/hstr/releases/tag/3.1
This commit is contained in:
Mario Rodas 2023-04-19 04:20:00 +00:00
parent b7af36c6aa
commit c907b8ce8a

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "hstr";
version = "3.0";
version = "3.1";
src = fetchFromGitHub {
owner = "dvorka";
repo = "hstr";
rev = version;
sha256 = "sha256-9EVjH5suuA5+o/Mg3bgmbvoljwFr/VG2pFv32Se6F2k=";
hash = "sha256-OuLy1aiEwUJDGy3+UXYF1Vx1nNXic46WIZEM1xrIPfA=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];