Skip to content

Commit

Permalink
Merge pull request #12 from heraldofsolace/auto/upgrade-dependencies
Browse files Browse the repository at this point in the history
[Automated] Update 'flake.lock' and sources
  • Loading branch information
heraldofsolace authored Mar 10, 2024
2 parents 0c2c996 + 4afa480 commit bb096d9
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 58 deletions.
16 changes: 8 additions & 8 deletions cells/rpi/sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"libcamera-apps": {
"cargoLocks": null,
"date": "2024-02-16",
"date": "2024-03-05",
"extract": null,
"name": "libcamera-apps",
"passthru": null,
Expand All @@ -33,15 +33,15 @@
"name": null,
"owner": "raspberrypi",
"repo": "libcamera-apps",
"rev": "6202c09b2bfa48c09ea51cf9a94dfa50cb1c8b22",
"sha256": "sha256-8YUXbk+qBAXoeMRaxJpUJB/lD8Yi8llO9A8ylpNA33A=",
"rev": "1f2f08af358386437c0acf6a5112398595e0b2b4",
"sha256": "sha256-v179lynhpSBslJpgCGLsC2jivyBwIQ5zrDZsJmCHIng=",
"type": "github"
},
"version": "6202c09b2bfa48c09ea51cf9a94dfa50cb1c8b22"
"version": "1f2f08af358386437c0acf6a5112398595e0b2b4"
},
"mediamtx": {
"cargoLocks": null,
"date": "2024-02-21",
"date": "2024-03-08",
"extract": null,
"name": "mediamtx",
"passthru": null,
Expand All @@ -53,10 +53,10 @@
"name": null,
"owner": "bluenviron",
"repo": "mediamtx",
"rev": "e06155b9b09454c8d7f8d019c8453514a4935f7d",
"sha256": "sha256-eocOMhzT6H94ZdB3cDTwSXq8JaSX8qqS0hX/IcQkrw0=",
"rev": "f8d2343f7b55795fca9dd93b8800d6172c75439c",
"sha256": "sha256-e5MHdsTd5EzXIyx6cMiQX8JtN1BB7uk6l8Ny6eqBtkw=",
"type": "github"
},
"version": "e06155b9b09454c8d7f8d019c8453514a4935f7d"
"version": "f8d2343f7b55795fca9dd93b8800d6172c75439c"
}
}
16 changes: 8 additions & 8 deletions cells/rpi/sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@
};
libcamera-apps = {
pname = "libcamera-apps";
version = "6202c09b2bfa48c09ea51cf9a94dfa50cb1c8b22";
version = "1f2f08af358386437c0acf6a5112398595e0b2b4";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "libcamera-apps";
rev = "6202c09b2bfa48c09ea51cf9a94dfa50cb1c8b22";
rev = "1f2f08af358386437c0acf6a5112398595e0b2b4";
fetchSubmodules = false;
sha256 = "sha256-8YUXbk+qBAXoeMRaxJpUJB/lD8Yi8llO9A8ylpNA33A=";
sha256 = "sha256-v179lynhpSBslJpgCGLsC2jivyBwIQ5zrDZsJmCHIng=";
};
date = "2024-02-16";
date = "2024-03-05";
};
mediamtx = {
pname = "mediamtx";
version = "e06155b9b09454c8d7f8d019c8453514a4935f7d";
version = "f8d2343f7b55795fca9dd93b8800d6172c75439c";
src = fetchFromGitHub {
owner = "bluenviron";
repo = "mediamtx";
rev = "e06155b9b09454c8d7f8d019c8453514a4935f7d";
rev = "f8d2343f7b55795fca9dd93b8800d6172c75439c";
fetchSubmodules = false;
sha256 = "sha256-eocOMhzT6H94ZdB3cDTwSXq8JaSX8qqS0hX/IcQkrw0=";
sha256 = "sha256-e5MHdsTd5EzXIyx6cMiQX8JtN1BB7uk6l8Ny6eqBtkw=";
};
date = "2024-02-21";
date = "2024-03-08";
};
}
84 changes: 42 additions & 42 deletions flake.lock

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

0 comments on commit bb096d9

Please sign in to comment.