reframe: 1.16.0 -> 1.17.0

This commit is contained in:
R. Ryantm
2026-06-15 18:35:32 +00:00
parent 9842582be0
commit ea7e6999e8
+2 -2
View File
@@ -25,13 +25,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "reframe";
version = "1.16.0";
version = "1.17.0";
src = fetchFromGitHub {
owner = "AlynxZhou";
repo = "reframe";
tag = "v${finalAttrs.version}";
hash = "sha256-2GuQ+Qwlbv83OBgg017MU0n58lGpY1yjsCWQMpXeQlw=";
hash = "sha256-xm5vrrxao7sUKq+yWnlZ71KixiShtjQSDG9I5R3/ja8=";
fetchSubmodules = true;
};