flix: 0.46.0 -> 0.47.0

This commit is contained in:
R. Ryantm 2024-05-14 12:57:28 +00:00
parent d75c1275b8
commit 91a5828179

View File

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