re-flex: 5.2.2 -> 5.5.0

This commit is contained in:
R. Ryantm
2025-05-17 20:28:39 +00:00
parent 489293fffc
commit 1139e42f9b
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "re-flex";
version = "5.2.2";
version = "5.5.0";
src = fetchFromGitHub {
owner = "Genivia";
repo = "RE-flex";
rev = "v${version}";
hash = "sha256-oLpgY8m0hwLrTVkUwxVW7O7vr4Hl7Bn+uIQwFEVSfvc=";
hash = "sha256-BTzKR9C4J9DOszKGtcd+7Tiw+OkohPJuKKjbXZ8wX7k=";
};
outputs = [