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

flix: 0.45.0 -> 0.46.0
This commit is contained in:
Matthias Beyer
2024-04-17 16:15:40 +02:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "flix";
version = "0.45.0";
version = "0.46.0";
src = fetchurl {
url = "https://github.com/flix/flix/releases/download/v${version}/flix.jar";
sha256 = "sha256-h7smcfV7heJtTVXCGSlUmk1RNZ4AWFe2fPPOWLcJz/M=";
sha256 = "sha256-jj8h30QsIF5HlunrqUktHY6bCUq9gMNVlAVsAH0F0U0=";
};
dontUnpack = true;