Skip to content

Commit

Permalink
Update Agda to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Sep 18, 2024
1 parent a2de31b commit 55360ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions nix/agda.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ let
pname = "agda-stdlib-classes";
version = "2.0";
src = pkgs.fetchFromGitHub {
repo = "agda-stdlib-classes";
owner = "omelkonian";
repo = "agda-stdlib-classes";
rev = "v2.0";
sha256 = "4ujdQv38u6BybFhRup9PMR0xpI59J/Naz/kaBtQQ9aY=";
hash = "sha256-PcieRRnctjCzFCi+gUYAgyIAicMOAZPl8Sw35fZdt0E=";
};
meta = { };
libraryFile = "agda-stdlib-classes.agda-lib";
Expand All @@ -37,10 +37,10 @@ let
pname = "agda-stdlib-meta";
version = "2.0";
src = pkgs.fetchFromGitHub {
repo = "stdlib-meta";
owner = "input-output-hk";
rev = "4fc4b1ed6e47d180516917d04be87cbacbf7d314";
sha256 = "T+9vwccbDO1IGBcGLjgV/fOt+IN14KEV9ct/J6nQCsM=";
owner = "omelkonian";
repo = "agda-stdlib-meta";
rev = "v2.1.1";
hash = "sha256-qOoThYMG0dzjKvwmzzVZmGcerfb++MApbaGRzLEq3/4=";
};
meta = { };
libraryFile = "agda-stdlib-meta.agda-lib";
Expand Down

0 comments on commit 55360ef

Please sign in to comment.