veryfasttree: 3.1.1 -> 4.0

This commit is contained in:
R. Ryantm
2023-07-02 15:55:36 +00:00
parent 7672c1e9ae
commit cb16c50571
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "veryfasttree";
version = "3.1.1";
version = "4.0";
src = fetchFromGitHub {
owner = "citiususc";
repo = pname;
rev = "v${version}";
hash = "sha256-AOzbxUnrn1qgscjdOKf4dordnSKtIg3nSVaYWK1jbuc=";
hash = "sha256-ue3/2UTIQA6av+66xvGApLi9x0kM5vAmGHHTrboOaeQ=";
};
nativeBuildInputs = [ cmake ];