Merge pull request #257791 from r-ryantm/auto-update/functionalplus

functionalplus: 0.2.18-p0 -> 0.2.20-p0
This commit is contained in:
Arnout Engelen
2023-09-29 14:51:53 +02:00
committed by GitHub
@@ -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 ];