flipperzero-firmware: RM1024-0141-0.93.1-5a8d754 -> RM1216-1145-0.93.9-36ee0ab

This commit is contained in:
Luke Granger-Brown 2023-12-17 09:09:58 +00:00
parent cb6cded6be
commit 287d3d311e
2 changed files with 9 additions and 9 deletions

View file

@ -5,13 +5,13 @@
let let
heatshrink2 = pm: pm.buildPythonPackage rec { heatshrink2 = pm: pm.buildPythonPackage rec {
pname = "heatshrink2"; pname = "heatshrink2";
version = "0.11.0"; version = "0.12.0";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "eerimoq"; owner = "eerimoq";
repo = "pyheatshrink"; repo = "pyheatshrink";
rev = version; rev = version;
hash = "sha256:1122abg9yf3shbb3h6kzh8f8vmhgxy1w9ck0mjg1zqyncry2hwiz"; hash = "sha256:0yikz2v4w97vf3bxrm9bfynfss7hv793c4zbyzw8ljgwmri4gn16";
fetchSubmodules = true; fetchSubmodules = true;
}; };

View file

@ -1,16 +1,16 @@
{ {
"src": { "src": {
"url": "https://github.com/RogueMaster/flipperzero-firmware-wPlugins", "url": "https://github.com/RogueMaster/flipperzero-firmware-wPlugins",
"rev": "5a8d754c12f7ae7f754a6ceb2a49a4188d7a270d", "rev": "36ee0ab83baf8ea30d08652e72a2919e5c5ff40c",
"date": "2023-10-24T01:40:59-04:00", "date": "2023-12-16T11:42:54-05:00",
"path": "/nix/store/amiaaijsw6z7zsblgkh2gfz973vw9pn6-flipperzero-firmware-wPlugins-5a8d754", "path": "/nix/store/wk9038nnzhryrqaa2dp9rirz7lqja8q4-flipperzero-firmware-wPlugins-36ee0ab",
"sha256": "0v6w63a4n8bx4k94gxxik4p3ms1915715af2mpyjvbk6yshaia6b", "sha256": "1l0nqan9acc5dx39vnpaa53mnjv0h6132rxq7f3xdxpxld0nrw8r",
"hash": "sha256-y6iooPZmri39rcKpEk4JKeg6Lpmx90fSJH0hS9Qw3Gw=", "hash": "sha256-GfFsQaP99taHO7hnMYKBYEtbR1Hq2p1Gb4UxlazCFtA=",
"fetchLFS": false, "fetchLFS": false,
"fetchSubmodules": true, "fetchSubmodules": true,
"deepClone": false, "deepClone": false,
"leaveDotGit": false "leaveDotGit": false
}, },
"version": "RM1024-0141-0.93.1-5a8d754", "version": "RM1216-1145-0.93.9-36ee0ab",
"upstreamVersion": "0.93.1" "upstreamVersion": "0.93.9"
} }