re-flex: 5.1.1 -> 5.2.2

This commit is contained in:
R. Ryantm
2025-02-05 16:04:18 +00:00
parent ab36ef17c8
commit 1fd7ca74df
+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" ];