File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
pkgs/development/libraries/agda/agdarsec Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments