Skip to content

Commit

Permalink
Merge pull request #108266 from jumper149/master
Browse files Browse the repository at this point in the history
idris2: 0.2.1 -> 0.2.2
  • Loading branch information
SuperSandro2000 authored Jan 4, 2021
2 parents 00dc9ff + d273a89 commit 80677f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/idris2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
# Uses scheme to bootstrap the build of idris2
stdenv.mkDerivation rec {
pname = "idris2";
version = "0.2.1";
version = "0.2.2";

src = fetchFromGitHub {
owner = "idris-lang";
repo = "Idris2";
rev = "v${version}";
sha256 = "044slgl2pwvj939kz3z92n6l182plc5fzng1n4z4k6bg11msqq14";
sha256 = "18m483vccijfh9z6x4zgi37fql3q765x3ypkwixv3rwq9nxnd6hm";
};

strictDeps = true;
Expand Down

0 comments on commit 80677f3

Please sign in to comment.