flix: 0.55.0 -> 0.56.0

This commit is contained in:
R. Ryantm
2025-01-11 14:44:26 +00:00
parent 037cf30dc6
commit ccfe0ed3fd
+2 -2
View File
@@ -8,11 +8,11 @@
stdenvNoCC.mkDerivation rec {
pname = "flix";
version = "0.55.0";
version = "0.56.0";
src = fetchurl {
url = "https://github.com/flix/flix/releases/download/v${version}/flix.jar";
sha256 = "sha256-O10RWB9WDs0r4j5uowDjgatcADU77nde/jY9Zy4p/jk=";
sha256 = "sha256-1xrfJesagHlN7Kur/ZeaYxqDVmFK+DaJ9ELmPfrQEVo=";
};
dontUnpack = true;