[Backport release-26.05] reframe: 1.15.2 -> 1.16.0 (#531128)

This commit is contained in:
Nick Cao 2026-06-12 20:01:46 +00:00 committed by GitHub
commit d8d5e5c27d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,13 +25,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "reframe";
version = "1.15.2";
version = "1.16.0";
src = fetchFromGitHub {
owner = "AlynxZhou";
repo = "reframe";
tag = "v${finalAttrs.version}";
hash = "sha256-R0l/sXRT+B3mb1SMoX9DLUbFP4lcTK2dVJox8OWwY6Y=";
hash = "sha256-2GuQ+Qwlbv83OBgg017MU0n58lGpY1yjsCWQMpXeQlw=";
fetchSubmodules = true;
};