Merge pull request #317895 from r-ryantm/auto-update/precice

precice: 3.1.1 -> 3.1.2
This commit is contained in:
Nick Cao 2024-06-07 15:20:07 -04:00 committed by GitHub
commit 56446ff9fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "precice";
version = "3.1.1";
version = "3.1.2";
src = fetchFromGitHub {
owner = "precice";
repo = "precice";
rev = "v${version}";
hash = "sha256-AkIyrjL4OSqX6B1tt1QFopuwnkQaTtb4LmIssY3d3fQ=";
hash = "sha256-KpmcQj8cv5V5OXCMhe2KLTsqUzKWtTeQyP+zg+Y+yd0=";
};
cmakeFlags = [