Skip to content

Commit

Permalink
Update sources (#1687)
Browse files Browse the repository at this point in the history
* Update sources

* fix webauthn (release dropped...)

---------

Co-authored-by: UpdateBot <ulrikstrid@users.noreply.github.com>
  • Loading branch information
anmonteiro and ulrikstrid authored Oct 3, 2024
1 parent eba5c9f commit 9025b11
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
};

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs?rev=35d02934a17a4fdc53a8857826ed35f3694e5f1c";
nixpkgs.url = "github:NixOS/nixpkgs?rev=0cb8a47c862b6b0d4387bfd491574424eb252658";
flake-utils.url = "github:numtide/flake-utils";
};

Expand Down
8 changes: 5 additions & 3 deletions ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2837,9 +2837,11 @@ with oself;
webauthn = buildDunePackage {
pname = "webauthn";
version = "0.2.0";
src = builtins.fetchurl {
url = "https://github.com/robur-coop/webauthn/releases/download/v0.2.0/webauthn-0.2.0.tbz";
sha256 = "08n62gq9ni553p7h1mk9a4xvvznsgq4h37n031my1hr1nhf3x8bl";
src = fetchFromGitHub {
owner = "robur-coop";
repo = "webauthn";
rev = "ea5fc357da2d6bf1f1a35cc89af26d281f5c6521";
hash = "sha256-85Aoep+/qxr3qkRIte5QgyitvzDdGsPG4kR3xa0Gq4E=";
};
propagatedBuildInputs = [
ppx_deriving_yojson
Expand Down

0 comments on commit 9025b11

Please sign in to comment.