plumed: 2.10.0 -> 2.10.1 (#537553)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-02 08:00:00 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@ assert !blas.isILP64;
stdenv.mkDerivation (finalAttrs: {
pname = "plumed";
version = "2.10.0";
version = "2.10.1";
src = fetchFromGitHub {
owner = "plumed";
repo = "plumed2";
rev = "v${finalAttrs.version}";
hash = "sha256-aFX8u+XNb7LARm1jtzWzIvZE5qHFaudtp45Om1Fridg=";
hash = "sha256-K22IE4bMk6b96Ac2yA2+dfGqy4BeoRuymYBk5hwrVok=";
};
postPatch = ''