Skip to content

Commit 4238c48

Browse files
Update sources (#1960)
* Update sources * rm upstreamed --------- Co-authored-by: UpdateBot <[email protected]>
1 parent 19ca791 commit 4238c48

File tree

3 files changed

+5
-21
lines changed

3 files changed

+5
-21
lines changed

flake.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
};
88

99
inputs = {
10-
nixpkgs.url = "github:NixOS/nixpkgs?rev=a90d8216fdce578320153f91d399fa517e3ba782";
10+
nixpkgs.url = "github:NixOS/nixpkgs?rev=53673a2933fb84da39b31f4a824a386e4b39a631";
1111
};
1212

1313
outputs = { self, nixpkgs }:

ocaml/default.nix

-16
Original file line numberDiff line numberDiff line change
@@ -1704,10 +1704,6 @@ with oself;
17041704
});
17051705

17061706
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-
};
17111707
doCheck = true;
17121708
checkInputs = [ ppx_inline_test ];
17131709
});
@@ -2249,11 +2245,6 @@ with oself;
22492245
};
22502246

22512247
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-
22572248
propagatedBuildInputs = o.propagatedBuildInputs ++ [ dune-build-info ];
22582249

22592250
patches = [ ./0001-rename-labels.patch ];
@@ -2646,13 +2637,6 @@ with oself;
26462637
propagatedBuildInputs = [ uspf ];
26472638
};
26482639

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-
26562640
uutf = osuper.uutf.overrideAttrs (_: {
26572641
pname = "uutf";
26582642
src = builtins.fetchurl {

0 commit comments

Comments
 (0)