Skip to content

Commit cd0baca

Browse files
authored
flix: 0.54.0 -> 0.55.0 (NixOS#365593)
2 parents 0fbb475 + a918ad2 commit cd0baca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/fl/flix/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
stdenvNoCC.mkDerivation rec {
1010
pname = "flix";
11-
version = "0.54.0";
11+
version = "0.55.0";
1212

1313
src = fetchurl {
1414
url = "https://github.com/flix/flix/releases/download/v${version}/flix.jar";
15-
sha256 = "sha256-josnd9Ju+eeHzc9PYyB/7Z5TY08c0p3miUi+gSbCbWc=";
15+
sha256 = "sha256-O10RWB9WDs0r4j5uowDjgatcADU77nde/jY9Zy4p/jk=";
1616
};
1717

1818
dontUnpack = true;

0 commit comments

Comments
 (0)