functionalplus: 0.2.18-p0 -> 0.2.20-p0

This commit is contained in:
R. Ryantm 2023-09-28 07:42:27 +00:00
parent 56c409f4a9
commit 65b59ad5c8

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "functionalplus";
version = "0.2.18-p0";
version = "0.2.20-p0";
src = fetchFromGitHub {
owner = "Dobiasd";
repo = "FunctionalPlus";
rev = "v${version}";
sha256 = "sha256-jypBQjFdVEktB8Q71RTg+3RJoeFwD5Wxw+fq+4QG38g=";
sha256 = "sha256-PKd3gx63VTxyq1q0v7WaKXVA0oICpZQfVsKsgUml9wk=";
};
nativeBuildInputs = [ cmake ];