Merge pull request #145770 from LibreCybernetics/update-crystal

crystal: 1.2.1 → 1.2.2

Changed files
+2 -7
pkgs
development
compilers
crystal
+2 -7
pkgs/development/compilers/crystal/default.nix
···
, zlib
}:
-
# We need multiple binaries as a given binary isn't always able to build
-
# (even slightly) older or newer versions.
-
# - 0.26.1 can build 0.25.x and 0.26.x but not 0.27.x
-
# - 0.27.2 can build 0.27.x but not 0.25.x, 0.26.x and 0.29.x
-
#
# We need to keep around at least the latest version released with a stable
# NixOS
let
···
};
crystal_1_2 = generic {
-
version = "1.2.1";
-
sha256 = "sha256-jyNmY3n+u8WoVqHY8B5H9Vr9Ix3RogCtm8irkXZ3aek=";
binary = crystal_1_1;
};
···
, zlib
}:
# We need to keep around at least the latest version released with a stable
# NixOS
let
···
};
crystal_1_2 = generic {
+
version = "1.2.2";
+
sha256 = "sha256-nyOXhsutVBRdtJlJHe2dALl//BUXD1JeeQPgHU4SwiU=";
binary = crystal_1_1;
};