Skip to content

Commit

Permalink
crystal: drop binaryCrystal_1_2 dependency from < 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Feb 13, 2025
1 parent 4eb6e9c commit bf0233b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pkgs/development/compilers/crystal/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -261,16 +261,6 @@ let
});
in
rec {
binaryCrystal_1_2 = genericBinary {
version = "1.2.2";
sha256s = {
x86_64-linux = "sha256-sW5nhihW/6Dkq95i3vJNWs2D1CtQhujhxVbgQCAas6E=";
aarch64-darwin = "sha256-4VB4yYGl1/YeYSsHOZq7fdeQ8IQMfloAPhEU0iKrvxs=";
x86_64-darwin = "sha256-4VB4yYGl1/YeYSsHOZq7fdeQ8IQMfloAPhEU0iKrvxs=";
aarch64-linux = "sha256-QgPKUDFyodqY1+b85AybSpbbr0RmfISdNpB08Wf34jo=";
};
};

binaryCrystal_1_10 = genericBinary {
version = "1.10.1";
sha256s = {
Expand Down

0 comments on commit bf0233b

Please sign in to comment.