crystal: 0.35.1 -> 0.36.0

This commit is contained in:
Fabián Heredia Montiel 2021-01-26 15:43:21 -06:00
parent c46b679be0
commit 6ae270b366
2 changed files with 8 additions and 1 deletions

View file

@ -255,7 +255,13 @@ in rec {
extraBuildInputs = [ git ];
};
crystal = crystal_0_35;
crystal_0_36 = generic {
version = "0.36.0";
sha256 = "0s7g13mrh2jrxxrrrg4hy3gi49rp7fmpn9zg9kj4nbc8w8yir20r";
binary = crystal_0_35;
};
crystal = crystal_0_36;
crystal2nix = callPackage ./crystal2nix.nix {};
}

View file

@ -9539,6 +9539,7 @@ in
crystal_0_33
crystal_0_34
crystal_0_35
crystal_0_36
crystal;
crystal2nix = callPackage ../development/compilers/crystal2nix { };