3
0
Fork 0
forked from mirrors/nixpkgs

idris2: 0.2.0 -> 0.2.1

This commit is contained in:
Andrew Valencik 2020-08-16 22:37:08 -04:00
parent 725c154369
commit 39cd8e3b91

View file

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