Skip to content

Commit c109ddf

Browse files
authored
agdaPackages.standard-library: 2.2-unstable-2025-07-03 -> 2.3 (NixOS#430358)
2 parents e00e8d2 + 3da91e9 commit c109ddf

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/libraries/agda/standard-library

1 file changed

+3
-3
lines changed

pkgs/development/libraries/agda/standard-library/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
mkDerivation rec {
99
pname = "standard-library";
10-
version = "2.2-unstable-2025-07-03";
10+
version = "2.3";
1111

1212
src = fetchFromGitHub {
1313
repo = "agda-stdlib";
1414
owner = "agda";
15-
rev = "6f8af9452e7fac27bc3b3ad068793b538f07668e";
16-
hash = "sha256-LD6KasmQ9ZHRNQJ0N4wjyc6JiSkZpmyqQq9B0Wta1n0=";
15+
rev = "v${version}";
16+
hash = "sha256-JOeoek6OfyIk9vwTj5QUJU6LnRzwfiG0e0ysW6zbhZ8=";
1717
};
1818

1919
passthru.tests = { inherit (nixosTests) agda; };

0 commit comments

Comments
 (0)