idris2: 0.5.1 -> 0.6.0

This commit is contained in:
Erlend Hamberg 2022-10-28 16:27:38 +02:00
parent 38164d1660
commit 4f4a4eae8c
No known key found for this signature in database
GPG Key ID: 839A1C97961D54B3

View File

@ -23,13 +23,13 @@ let
# Uses scheme to bootstrap the build of idris2
in stdenv.mkDerivation rec {
pname = "idris2";
version = "0.5.1";
version = "0.6.0";
src = fetchFromGitHub {
owner = "idris-lang";
repo = "Idris2";
rev = "v${version}";
sha256 = "sha256-6CTn8o5geWSesXO7vTrrV/2EOQ3f+nPQ2M5cem13ZSY=";
sha256 = "sha256-80MAGM1IEtI09h5aCYfDL4PRrjGq2gT8OUEibOVk8H4=";
};
strictDeps = true;