Skip to content

Commit

Permalink
openfoam-com: add 2312
Browse files Browse the repository at this point in the history
  • Loading branch information
razielgn committed Jul 24, 2024
1 parent 73a0952 commit 8645d7c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkgs/by-name/op/openfoam-com/v2312.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{ callPackage, lib }:
let
openfoam = callPackage ./generic.nix {
version = "2312";
sourceRev = "39362aec251477eec47e51898ad7ff457c78ed85"; # from maintenance-v2312 branch
sourceHash = "sha256-WFl2IggZTdWFs9VHbTT7sThdVWJZMEmR3KYV7/whmJA=";

inherit openfoam;
};
in
openfoam
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40444,4 +40444,5 @@ with pkgs;
};

openfoam-com_2406 = openfoam-com;
openfoam-com_2312 = callPackage ../by-name/op/openfoam-com/v2312.nix {};
}

0 comments on commit 8645d7c

Please sign in to comment.