Skip to content

Commit

Permalink
fplus: 0.2.24 -> 0.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Aug 27, 2024
1 parent 8b569b0 commit 627b9fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/fplus/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.24";
version = "0.2.25";

src = fetchFromGitHub {
owner = "Dobiasd";
repo = "FunctionalPlus";
rev = "v${version}";
hash = "sha256-iQGvqFiTqejSqXALgUWCBjfH9QO0cg3vnI5PphgVoms=";
hash = "sha256-eKCOi5g8YdKgxaI/mLlqB2m1zwrU9DOSrQF+PW2DBBQ=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 627b9fa

Please sign in to comment.