papi: 7.1.0 -> 7.2.0 (#423111)

Co-authored-by: zhaofengli <hello@zhaofeng.li>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-10 14:56:59 +00:00 committed by GitHub
commit dc2b03fa8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,12 +5,12 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "7.1.0";
version = "7.2.0";
pname = "papi";
src = fetchurl {
url = "http://icl.utk.edu/projects/papi/downloads/papi-${finalAttrs.version}.tar.gz";
sha256 = "sha256-WBivttuj7OV/UeZYl9tQYvjjRk5u0pS2VOvzTDmRvE8=";
sha256 = "sha256-qb/4nM85kV1yngiuCgxqcc4Ou+mEEemi6zyDyNsK85w=";
};
setSourceRoot = ''