re-flex: 5.1.1 -> 5.2.2 (#376568)

This commit is contained in:
Weijia Wang
2025-02-25 10:05:44 +01:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "re-flex";
version = "5.1.1";
version = "5.2.2";
src = fetchFromGitHub {
owner = "Genivia";
repo = "RE-flex";
rev = "v${version}";
hash = "sha256-QSstDLUYmqTyxu/KyQTVuKkzIdFZ5MsXlHAcTvhTvr8=";
hash = "sha256-oLpgY8m0hwLrTVkUwxVW7O7vr4Hl7Bn+uIQwFEVSfvc=";
};
outputs = [ "out" "bin" "dev" ];