precice: 2.2.0 -> 2.2.1

This commit is contained in:
R. RyanTM 2021-08-17 14:56:49 +00:00
parent 739f0b22b7
commit 104ecb53df

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "precice";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "precice";
repo = pname;
rev = "v${version}";
sha256 = "sha256-AQc+p/twsfkzwpWeznGpLLSqINKSrWCwH+PdNIrdYA8=";
sha256 = "sha256-XEdrKhxG0dhsfJH6glrzc+JZeCgPEVIswj0ofP838lg=";
};
cmakeFlags = [