Merge pull request #110896 from LibreCybernetics/update-crystal

crystal: 0.35.1 -> 0.36.0
This commit is contained in:
Daniël de Kok 2021-01-31 14:04:41 +01:00 committed by GitHub
commit ef84ed93dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

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