crystal: 1.0.0 → 1.1.1

This commit is contained in:
Fabián Heredia Montiel 2021-10-13 16:19:50 -05:00
parent 69a167091c
commit 8a9d300a10
2 changed files with 8 additions and 1 deletions

View File

@ -240,7 +240,13 @@ rec {
binary = crystal_0_36;
};
crystal = crystal_1_0;
crystal_1_1 = generic {
version = "1.1.1";
sha256 = "sha256-hhhT3reia8acZiPsflwfuD638Ll2JiXwMfES1TyGyNQ=";
binary = crystal_1_0;
};
crystal = crystal_1_1;
crystal2nix = callPackage ./crystal2nix.nix { };
}

View File

@ -11278,6 +11278,7 @@ with pkgs;
})
crystal_0_36
crystal_1_0
crystal_1_1
crystal;
crystal2nix = callPackage ../development/compilers/crystal2nix { };