veryfasttree: 4.0.1 -> 4.0.2

This commit is contained in:
R. Ryantm 2023-08-02 16:13:45 +00:00
parent 2b9b52d193
commit 1fd16883d4

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "veryfasttree";
version = "4.0.1";
version = "4.0.2";
src = fetchFromGitHub {
owner = "citiususc";
repo = pname;
rev = "v${version}";
hash = "sha256-fv5ovi180Osok5GYJEidjMqmL8gZKUcxrcCQ/00lvi4=";
hash = "sha256-JMBhSxfGO3qz7Yl4s5r6zWHFefXGzu0ktEJdRUh/Uqg=";
};
nativeBuildInputs = [ cmake ];