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

functionalplus: 0.2.20-p0 -> 0.2.22
This commit is contained in:
Weijia Wang
2024-01-19 08:07:47 +01:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "functionalplus";
version = "0.2.20-p0";
version = "0.2.22";
src = fetchFromGitHub {
owner = "Dobiasd";
repo = "FunctionalPlus";
rev = "v${version}";
sha256 = "sha256-PKd3gx63VTxyq1q0v7WaKXVA0oICpZQfVsKsgUml9wk=";
sha256 = "sha256-y0IRmgG9lhWO4IR4G9/VP2a3B+ORTnF7MCf4FU5EuMk=";
};
nativeBuildInputs = [ cmake ];