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

flix: 0.43.0 -> 0.44.0
This commit is contained in:
maxine 2024-02-11 12:10:26 +01:00 committed by GitHub
commit 138e02e389
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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