Merge pull request #304786 from r-ryantm/auto-update/flix

flix: 0.45.0 -> 0.46.0
This commit is contained in:
Matthias Beyer 2024-04-17 16:15:40 +02:00 committed by GitHub
commit b9386f7307
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "flix";
version = "0.45.0";
version = "0.46.0";
src = fetchurl {
url = "https://github.com/flix/flix/releases/download/v${version}/flix.jar";
sha256 = "sha256-h7smcfV7heJtTVXCGSlUmk1RNZ4AWFe2fPPOWLcJz/M=";
sha256 = "sha256-jj8h30QsIF5HlunrqUktHY6bCUq9gMNVlAVsAH0F0U0=";
};
dontUnpack = true;