Skip to content

Commit 0ed93ec

Browse files
committed
agdaPackages.agdarsec: 0.4.1 -> 0.5.0-unstable-2025-08-05
1 parent 4cf5efb commit 0ed93ec

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

pkgs/development/libraries/agda/agdarsec/default.nix

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,21 @@
55
standard-library,
66
}:
77

8-
mkDerivation rec {
8+
mkDerivation {
99
pname = "agdarsec";
10-
version = "0.4.1";
10+
version = "0.5.0-unstable-2025-08-05";
1111

1212
src = fetchFromGitHub {
1313
owner = "gallais";
1414
repo = "agdarsec";
15-
rev = "v${version}";
16-
sha256 = "02fqkycvicw6m2xsz8p01aq8n3gj2d2gyx8sgj15l46f8434fy0x";
15+
rev = "28c5233e905474f3b02cb97fe410beb60364ba80";
16+
sha256 = "sha256-IMxRqZQ7XtPT2cDkoP5mBAj2ovMf5cHcN4U4V5FMEaQ=";
1717
};
1818

19+
postPatch = ''
20+
sed -Ei 's/standard-library-[0-9.]+/standard-library/' agdarsec.agda-lib
21+
'';
22+
1923
buildInputs = [ standard-library ];
2024

2125
meta = with lib; {
@@ -24,6 +28,5 @@ mkDerivation rec {
2428
license = licenses.gpl3;
2529
platforms = platforms.unix;
2630
maintainers = with maintainers; [ turion ];
27-
broken = true;
2831
};
2932
}

0 commit comments

Comments
 (0)