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

flix: 0.42.0 -> 0.43.0
This commit is contained in:
Nick Cao 2024-01-06 11:20:01 -05:00 committed by GitHub
commit ed2014bffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "flix";
version = "0.42.0";
version = "0.43.0";
src = fetchurl {
url = "https://github.com/flix/flix/releases/download/v${version}/flix.jar";
sha256 = "sha256-fkYyJxBlJWUkXGgcszerNKFNEFRIOm6tUyiTZj0q11k=";
sha256 = "sha256-pxTsvDzOpdTZqTTz+eR+tdLMH2by+gAG6IfNdjAMSp8=";
};
dontUnpack = true;