Skip to content

Commit

Permalink
functionalplus: 0.2.20-p0 -> 0.2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 1, 2024
1 parent 3d54a95 commit 850d3c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/functionalplus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 850d3c7

Please sign in to comment.