plumed: 2.9.3 -> 2.10.0 (#436976)

Co-authored-by: sheepforce <sheepforce@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-26 07:09:47 +00:00
committed by GitHub
co-authored by sheepforce
+2 -2
View File
@@ -9,13 +9,13 @@ assert !blas.isILP64;
stdenv.mkDerivation rec {
pname = "plumed";
version = "2.9.3";
version = "2.10.0";
src = fetchFromGitHub {
owner = "plumed";
repo = "plumed2";
rev = "v${version}";
hash = "sha256-KN412t64tp3QUQkhpLU3sAYDosQ3hw9HqpT1fzt5fwA=";
hash = "sha256-aFX8u+XNb7LARm1jtzWzIvZE5qHFaudtp45Om1Fridg=";
};
postPatch = ''