Skip to content

Commit

Permalink
Merge pull request #18 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 Aug 17, 2024
2 parents eb6da10 + 50c4985 commit b3a7376
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 65 deletions.
8 changes: 4 additions & 4 deletions cells/common/sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"s5cmd": {
"cargoLocks": null,
"date": "2023-10-12",
"date": "2024-07-26",
"extract": null,
"name": "s5cmd",
"passthru": null,
Expand All @@ -33,11 +33,11 @@
"name": null,
"owner": "peak",
"repo": "s5cmd",
"rev": "c1c7ee35acfc16aaf4a2b060129aa60b75bb5ef5",
"sha256": "sha256-C6cs7UB+O70Ixuw7EE5LX6B4ND1mVJqth5ZnmNNR3BU=",
"rev": "c280956c9c2e2789041e81e51cb1f9c4529340cc",
"sha256": "sha256-5sAi+yVvhuJs/BSkzHDNx2uyXukKfmBfhQfRRzOWJ7c=",
"type": "github"
},
"version": "c1c7ee35acfc16aaf4a2b060129aa60b75bb5ef5"
"version": "c280956c9c2e2789041e81e51cb1f9c4529340cc"
},
"tfenv": {
"cargoLocks": null,
Expand Down
8 changes: 4 additions & 4 deletions cells/common/sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
};
s5cmd = {
pname = "s5cmd";
version = "c1c7ee35acfc16aaf4a2b060129aa60b75bb5ef5";
version = "c280956c9c2e2789041e81e51cb1f9c4529340cc";
src = fetchFromGitHub {
owner = "peak";
repo = "s5cmd";
rev = "c1c7ee35acfc16aaf4a2b060129aa60b75bb5ef5";
rev = "c280956c9c2e2789041e81e51cb1f9c4529340cc";
fetchSubmodules = false;
sha256 = "sha256-C6cs7UB+O70Ixuw7EE5LX6B4ND1mVJqth5ZnmNNR3BU=";
sha256 = "sha256-5sAi+yVvhuJs/BSkzHDNx2uyXukKfmBfhQfRRzOWJ7c=";
};
date = "2023-10-12";
date = "2024-07-26";
};
tfenv = {
pname = "tfenv";
Expand Down
24 changes: 12 additions & 12 deletions cells/rpi/sources/generated.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"libcamera": {
"cargoLocks": null,
"date": "2024-04-18",
"date": "2024-06-17",
"extract": null,
"name": "libcamera",
"passthru": null,
Expand All @@ -13,15 +13,15 @@
"name": null,
"owner": "raspberrypi",
"repo": "libcamera",
"rev": "eb00c13d7c9f937732305d47af5b8ccf895e700f",
"sha256": "sha256-p0/inkHPRUkxSIsTmj7VI7sIaX7OXdqjMGZ31W7cnt4=",
"rev": "6ddd79b5bdbedc1f61007aed35391f1559f9e29a",
"sha256": "sha256-qqEMJzMotybf1nJp1dsz3zc910Qj0TmqCm1CwuSb1VY=",
"type": "github"
},
"version": "eb00c13d7c9f937732305d47af5b8ccf895e700f"
"version": "6ddd79b5bdbedc1f61007aed35391f1559f9e29a"
},
"libcamera-apps": {
"cargoLocks": null,
"date": "2024-04-18",
"date": "2024-08-13",
"extract": null,
"name": "libcamera-apps",
"passthru": null,
Expand All @@ -33,15 +33,15 @@
"name": null,
"owner": "raspberrypi",
"repo": "libcamera-apps",
"rev": "414a7383464b98f21f5e5381a16cc73ae0350ba6",
"sha256": "sha256-uoewZMGf3vsBoRDfRz8KBKl+J6st/J44SHvNRMBdaUI=",
"rev": "511941fdb1fed8f10668c6177639bcc7770b672d",
"sha256": "sha256-/phg1h344bI6c6E+2qrto2U6pvDblAwnnobnb/xYhYE=",
"type": "github"
},
"version": "414a7383464b98f21f5e5381a16cc73ae0350ba6"
"version": "511941fdb1fed8f10668c6177639bcc7770b672d"
},
"mediamtx": {
"cargoLocks": null,
"date": "2024-04-29",
"date": "2024-08-14",
"extract": null,
"name": "mediamtx",
"passthru": null,
Expand All @@ -53,10 +53,10 @@
"name": null,
"owner": "bluenviron",
"repo": "mediamtx",
"rev": "8b51ca9c8b0ac4639556e3704216ba5b42231058",
"sha256": "sha256-YWIcGXG66VaXgWXtNlMzS/ShZzE8vh5ePwbYyLbtPcM=",
"rev": "c5059fa7a08bd6bb79a27fc60e6b36963a804682",
"sha256": "sha256-xsO/RQk9jPt1hBvmPBSbwz6+7CnytPOAoTT+K+4teyk=",
"type": "github"
},
"version": "8b51ca9c8b0ac4639556e3704216ba5b42231058"
"version": "c5059fa7a08bd6bb79a27fc60e6b36963a804682"
}
}
24 changes: 12 additions & 12 deletions cells/rpi/sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,38 @@
{
libcamera = {
pname = "libcamera";
version = "eb00c13d7c9f937732305d47af5b8ccf895e700f";
version = "6ddd79b5bdbedc1f61007aed35391f1559f9e29a";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "libcamera";
rev = "eb00c13d7c9f937732305d47af5b8ccf895e700f";
rev = "6ddd79b5bdbedc1f61007aed35391f1559f9e29a";
fetchSubmodules = false;
sha256 = "sha256-p0/inkHPRUkxSIsTmj7VI7sIaX7OXdqjMGZ31W7cnt4=";
sha256 = "sha256-qqEMJzMotybf1nJp1dsz3zc910Qj0TmqCm1CwuSb1VY=";
};
date = "2024-04-18";
date = "2024-06-17";
};
libcamera-apps = {
pname = "libcamera-apps";
version = "414a7383464b98f21f5e5381a16cc73ae0350ba6";
version = "511941fdb1fed8f10668c6177639bcc7770b672d";
src = fetchFromGitHub {
owner = "raspberrypi";
repo = "libcamera-apps";
rev = "414a7383464b98f21f5e5381a16cc73ae0350ba6";
rev = "511941fdb1fed8f10668c6177639bcc7770b672d";
fetchSubmodules = false;
sha256 = "sha256-uoewZMGf3vsBoRDfRz8KBKl+J6st/J44SHvNRMBdaUI=";
sha256 = "sha256-/phg1h344bI6c6E+2qrto2U6pvDblAwnnobnb/xYhYE=";
};
date = "2024-04-18";
date = "2024-08-13";
};
mediamtx = {
pname = "mediamtx";
version = "8b51ca9c8b0ac4639556e3704216ba5b42231058";
version = "c5059fa7a08bd6bb79a27fc60e6b36963a804682";
src = fetchFromGitHub {
owner = "bluenviron";
repo = "mediamtx";
rev = "8b51ca9c8b0ac4639556e3704216ba5b42231058";
rev = "c5059fa7a08bd6bb79a27fc60e6b36963a804682";
fetchSubmodules = false;
sha256 = "sha256-YWIcGXG66VaXgWXtNlMzS/ShZzE8vh5ePwbYyLbtPcM=";
sha256 = "sha256-xsO/RQk9jPt1hBvmPBSbwz6+7CnytPOAoTT+K+4teyk=";
};
date = "2024-04-29";
date = "2024-08-14";
};
}
66 changes: 33 additions & 33 deletions flake.lock

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

0 comments on commit b3a7376

Please sign in to comment.