Merge pull request #95640 from valencik/idris21

idris2: 0.2.0 -> 0.2.1
This commit is contained in:
Lassulus 2020-08-18 21:06:24 +02:00 committed by GitHub
commit feb9c28902
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
# Uses scheme to bootstrap the build of idris2 # Uses scheme to bootstrap the build of idris2
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "idris2"; name = "idris2";
version = "0.2.0"; version = "0.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "idris-lang"; owner = "idris-lang";
repo = "Idris2"; repo = "Idris2";
rev = "v${version}"; rev = "v${version}";
sha256 = "153z6zgb90kglw8rspk8ph5gh5nkplhi27mxai6yqbbjs2glx5d4"; sha256 = "044slgl2pwvj939kz3z92n6l182plc5fzng1n4z4k6bg11msqq14";
}; };
strictDeps = true; strictDeps = true;