reframe: 1.19.0 -> 1.19.1

This commit is contained in:
R. Ryantm
2026-07-30 04:52:55 +00:00
parent 59785fbed1
commit cfb457a2ab
+2 -2
View File
@@ -25,13 +25,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "reframe";
version = "1.19.0";
version = "1.19.1";
src = fetchFromGitHub {
owner = "AlynxZhou";
repo = "reframe";
tag = "v${finalAttrs.version}";
hash = "sha256-WbF52bXRYKj3q4SqTrICrZgWKFg+YnJt0hXjz4S6aRo=";
hash = "sha256-9DiIk7f3M6Oc9ULfniKKKwMSNo80hpwg4Kzq4DC3r2g=";
fetchSubmodules = true;
};