From 6dbfa0c26ee5494e8e9856b69e4bddb0003cb1cb Mon Sep 17 00:00:00 2001 From: revol-xut Date: Tue, 20 Sep 2022 00:14:10 +0200 Subject: [PATCH] lingua-franca: incorrect verion bump --- pkgs/development/compilers/lingua-franca/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/lingua-franca/default.nix b/pkgs/development/compilers/lingua-franca/default.nix index 5f5de16b44b8..9ccef23856b0 100644 --- a/pkgs/development/compilers/lingua-franca/default.nix +++ b/pkgs/development/compilers/lingua-franca/default.nix @@ -16,7 +16,7 @@ stdenv.mkDerivation rec { postPatch = '' substituteInPlace bin/lfc \ --replace 'base=`dirname $(dirname ''${abs_path})`' "base='$out'" \ - --replace "run_lfc_with_args" "${jdk17_headless}/bin/java -jar $out/lib/jars/org.lflang.lfc-${version}-SNAPSHOT-all.jar" + --replace "run_lfc_with_args" "${jdk17_headless}/bin/java -jar $out/lib/jars/org.lflang.lfc-${version}-all.jar" ''; installPhase = ''