flix: 0.37.0 -> 0.38.0

This commit is contained in:
R. Ryantm 2023-07-02 13:09:57 +00:00
parent 7672c1e9ae
commit 02ccdac17a

View file

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "flix";
version = "0.37.0";
version = "0.38.0";
src = fetchurl {
url = "https://github.com/flix/flix/releases/download/v${version}/flix.jar";
sha256 = "sha256-7Hny8Y74Ihptto4LkvANStUAwBQBrNlwjQ5PqBwsbW0=";
sha256 = "sha256-KiN7qpyAd1svRWWRtuj/lRXyHoLNM2FaTWVgFC4aPrg=";
};
dontUnpack = true;