summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-31 16:01:23 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-31 16:01:23 +0000
commiteb72f662f21b08709c46278d1ea3d1c1352da27e (patch)
tree529ed27b232af60ad7d052413a838853b5f3ba75
parent6fde9705e89d37b3bb5523b2d67c5ec77515b1c0 (diff)
downloadnixpkgs-eb72f662f21b08709c46278d1ea3d1c1352da27e.tar
nixpkgs-eb72f662f21b08709c46278d1ea3d1c1352da27e.tar.gz
nixpkgs-eb72f662f21b08709c46278d1ea3d1c1352da27e.tar.bz2
nixpkgs-eb72f662f21b08709c46278d1ea3d1c1352da27e.tar.lz
nixpkgs-eb72f662f21b08709c46278d1ea3d1c1352da27e.tar.xz
nixpkgs-eb72f662f21b08709c46278d1ea3d1c1352da27e.tar.zst
nixpkgs-eb72f662f21b08709c46278d1ea3d1c1352da27e.zip
lingua-franca: 0.2.0 -> 0.3.0
-rw-r--r--pkgs/development/compilers/lingua-franca/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/lingua-franca/default.nix b/pkgs/development/compilers/lingua-franca/default.nix
index 8944c4b7571..5f5de16b44b 100644
--- a/pkgs/development/compilers/lingua-franca/default.nix
+++ b/pkgs/development/compilers/lingua-franca/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "lfc";
-  version = "0.2.0";
+  version = "0.3.0";
 
   src = fetchzip {
     url = "https://github.com/lf-lang/lingua-franca/releases/download/v${version}/lfc_${version}.zip";
-    sha256 = "rBx7UnPLufZBO7lG0In5upHqYCyRtI4kQv0V83CZHew=";
+    sha256 = "sha256-jSINlwHfSOPbti3LJTXpSk6lcUtwKfz7CMLtq2OuNns=";
   };
 
   buildInputs = [ jdk17_headless ];