Skip to content

Commit

Permalink
Merge branch 'agda-cubical-2.6.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Jul 23, 2021
2 parents a2110d8 + 36935f9 commit f047001
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/development/libraries/agda/cubical/default.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
{ lib, mkDerivation, fetchFromGitHub, ghc, glibcLocales }:

mkDerivation rec {

# Version 0.2 is meant to be used with the Agda 2.6.1 compiler.
pname = "cubical";
version = "0.2";
version = "0.3pred5030a9";

src = fetchFromGitHub {
repo = pname;
owner = "agda";
rev = "v${version}";
sha256 = "07qlp2f189jvzbn3aqvpqk2zxpkmkxhhkjsn62iq436kxqj3z6c2";
rev = "d5030a9c89070255fc575add4e9f37b97e6a0c0c";
sha256 = "18achbxap4ikydigmz3m3xjfn3i9dw4rn8yih82vrlc01j02nqpi";
};

LC_ALL = "en_US.UTF-8";
Expand Down

0 comments on commit f047001

Please sign in to comment.