File tree 3 files changed +5
-21
lines changed
3 files changed +5
-21
lines changed Original file line number Diff line number Diff line change 7
7
} ;
8
8
9
9
inputs = {
10
- nixpkgs . url = "github:NixOS/nixpkgs?rev=a90d8216fdce578320153f91d399fa517e3ba782 " ;
10
+ nixpkgs . url = "github:NixOS/nixpkgs?rev=53673a2933fb84da39b31f4a824a386e4b39a631 " ;
11
11
} ;
12
12
13
13
outputs = { self , nixpkgs } :
Original file line number Diff line number Diff line change @@ -1704,10 +1704,6 @@ with oself;
1704
1704
} ) ;
1705
1705
1706
1706
ocaml_sqlite3 = osuper . ocaml_sqlite3 . overrideAttrs ( o : {
1707
- src = builtins . fetchurl {
1708
- url = "https://github.com/mmottl/sqlite3-ocaml/releases/download/5.3.1/sqlite3-5.3.1.tbz" ;
1709
- sha256 = "0qgazs1by14mic68bh4ajkdryk5mkyfqppn9hz4zds1b5rjiw7rv" ;
1710
- } ;
1711
1707
doCheck = true ;
1712
1708
checkInputs = [ ppx_inline_test ] ;
1713
1709
} ) ;
@@ -2249,11 +2245,6 @@ with oself;
2249
2245
} ;
2250
2246
2251
2247
reason = osuper . reason . overrideAttrs ( o : {
2252
- src = builtins . fetchurl {
2253
- url = "https://github.com/reasonml/reason/releases/download/3.15.0/reason-3.15.0.tbz" ;
2254
- sha256 = "19k6zc2hws9cwzlj04y5v7fimal5g9i3w1fji0mhs7rryhjj0ggc" ;
2255
- } ;
2256
-
2257
2248
propagatedBuildInputs = o . propagatedBuildInputs ++ [ dune-build-info ] ;
2258
2249
2259
2250
patches = [ ./0001-rename-labels.patch ] ;
@@ -2646,13 +2637,6 @@ with oself;
2646
2637
propagatedBuildInputs = [ uspf ] ;
2647
2638
} ;
2648
2639
2649
- uuidm = osuper . uuidm . overrideAttrs ( _ : {
2650
- src = builtins . fetchurl {
2651
- url = "https://erratique.ch/software/uuidm/releases/uuidm-0.9.10.tbz" ;
2652
- sha256 = "0mz9fyrdpqbh5yhldabnlqq71n64fn4ccbkhwqr2jcynhx55jrci" ;
2653
- } ;
2654
- } ) ;
2655
-
2656
2640
uutf = osuper . uutf . overrideAttrs ( _ : {
2657
2641
pname = "uutf" ;
2658
2642
src = builtins . fetchurl {
You can’t perform that action at this time.
0 commit comments