Skip to content

Commit 0cc8fb7

Browse files
Update sources (#912)
* Update sources * rm upstreamed --------- Co-authored-by: UpdateBot <ulrikstrid@users.noreply.github.com>
1 parent d0bf5d6 commit 0cc8fb7

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
};
88

99
inputs = {
10-
nixpkgs.url = "github:NixOS/nixpkgs?rev=d02209e8cfbdc925ec204a5c75d5551374516002";
10+
nixpkgs.url = "github:NixOS/nixpkgs?rev=1353de5923daba8462cfc3624d8c2d70cbafafcd";
1111
flake-utils.url = "github:numtide/flake-utils";
1212
};
1313

ocaml/default.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1844,15 +1844,6 @@ with oself;
18441844
};
18451845
});
18461846

1847-
sedlex = osuper.sedlex.overrideAttrs (_: {
1848-
src = fetchFromGitHub {
1849-
owner = "ocaml-community";
1850-
repo = "sedlex";
1851-
rev = "v3.2";
1852-
hash = "sha256-5Vf1LRhSotNpTPzHmRgCMRYtrpgaspLlyzv1XdGt+u8=";
1853-
};
1854-
});
1855-
18561847
sendfile = callPackage ./sendfile { };
18571848

18581849
session = callPackage ./session { };

0 commit comments

Comments
 (0)