flix: 0.39.0 -> 0.40.0

This commit is contained in:
R. Ryantm 2023-08-29 14:30:58 +00:00
parent dba6d77ad2
commit f6069414a2

View File

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "flix";
version = "0.39.0";
version = "0.40.0";
src = fetchurl {
url = "https://github.com/flix/flix/releases/download/v${version}/flix.jar";
sha256 = "sha256-kIH5vv/7pKgfAL1BaWYH6PSyEaKVONcccUczsudyfO4=";
sha256 = "sha256-NVQY2TgIR9ROy4x8PWxCjuaOkNx0bcUA4oZHjpQbHc4=";
};
dontUnpack = true;