re-flex: 5.5.0 -> 6.0.0

This commit is contained in:
R. Ryantm
2025-06-20 02:30:27 +00:00
parent 2576cf9ca3
commit f2971ac3ed
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "re-flex";
version = "5.5.0";
version = "6.0.0";
src = fetchFromGitHub {
owner = "Genivia";
repo = "RE-flex";
rev = "v${version}";
hash = "sha256-BTzKR9C4J9DOszKGtcd+7Tiw+OkohPJuKKjbXZ8wX7k=";
hash = "sha256-p04o2e7Dxx7N6ByCwERz4hKz+vfTIuuZ//AoWSC1qao=";
};
outputs = [