lingua-franca: 0.1.0 -> 0.1.1

This commit is contained in:
revol-xut 2022-01-21 21:00:48 +01:00
parent 8283f2b1ae
commit 29837fcf68
No known key found for this signature in database
GPG key ID: 4F56FF7759627D07
2 changed files with 3 additions and 3 deletions

View file

@ -7,8 +7,8 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "revol-xut";
repo = "lingua-franca-nix-releases";
rev = "11c6d5297cd63bf0b365a68c5ca31ec80083bd05";
sha256 = "DgxunzC8Ep0WdwChDHWgG5QJbJZ8UgQRXtP1HZqL9Jg=";
rev = "d37bbfa530f0189c3e86ce0191134cdf42c6aec7";
sha256 = "/qMBOjffvShCPcbh9rJ7aVgdgZQ1hilHakjLyEhSmgs=";
};
buildInputs = [ jdk11_headless ];