Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ 2 url = "https://github.com/OpenModelica/OpenModelica/"; 3 rev = "49be4faa5a625a18efbbd74cc2f5be86aeea37bb"; 4 sha256 = "0klqiy4sdizl1djb9hb0arcvfcjz2mmnakrjx81mmxcbr8yq2016"; 5 fetchSubmodules = true; 6} 7# Update with: nix run -f ./nixpkgs/default.nix nix-prefetch-git -c nix-prefetch-git 'https://github.com/OpenModelica/OpenModelica/' 'v1.18.0' --fetch-submodules