re-flex: 5.1.0 -> 5.1.1

This commit is contained in:
R. Ryantm
2025-01-10 02:58:37 +00:00
parent ca65057835
commit 06a82510ee
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "re-flex";
version = "5.1.0";
version = "5.1.1";
src = fetchFromGitHub {
owner = "Genivia";
repo = "RE-flex";
rev = "v${version}";
hash = "sha256-GL2zg789R8SYB9e3BrMbrXZVg0EDB2LyvL6MO4n4kEk=";
hash = "sha256-QSstDLUYmqTyxu/KyQTVuKkzIdFZ5MsXlHAcTvhTvr8=";
};
outputs = [ "out" "bin" "dev" ];