flipperzero-firmware: RM0226-0327-0.77.2-3626499 -> RM0310-0416-0.78.2-9477f38
This commit is contained in:
parent
4daa3a593a
commit
bd30c854b3
2 changed files with 7 additions and 7 deletions
|
@ -16,6 +16,6 @@ GIT_HASH="$(echo "${LATEST_VERSION}" | grep -oP '^RM[^-]+-[^-]+-([^-]+)-\K[0-9a-
|
||||||
echo "Git hash $GIT_HASH"
|
echo "Git hash $GIT_HASH"
|
||||||
|
|
||||||
nix-prefetch-git --fetch-submodules --url "https://github.com/RogueMaster/flipperzero-firmware-wPlugins" --rev "${GIT_HASH}" > $MYTMPDIR/prefetch.json
|
nix-prefetch-git --fetch-submodules --url "https://github.com/RogueMaster/flipperzero-firmware-wPlugins" --rev "${GIT_HASH}" > $MYTMPDIR/prefetch.json
|
||||||
jq $MYTMPDIR/prefetch.json >&2
|
jq . $MYTMPDIR/prefetch.json >&2
|
||||||
|
|
||||||
jq "{\"src\": ., \"version\": \"${LATEST_VERSION}\", \"upstreamVersion\": \"${UPSTREAM_VERSION}\"}" $MYTMPDIR/prefetch.json > version.json
|
jq "{\"src\": ., \"version\": \"${LATEST_VERSION}\", \"upstreamVersion\": \"${UPSTREAM_VERSION}\"}" $MYTMPDIR/prefetch.json > version.json
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
{
|
{
|
||||||
"src": {
|
"src": {
|
||||||
"url": "https://github.com/RogueMaster/flipperzero-firmware-wPlugins",
|
"url": "https://github.com/RogueMaster/flipperzero-firmware-wPlugins",
|
||||||
"rev": "3626499318ed3b938e03a36bb77d588285f08b39",
|
"rev": "9477f38fce12c0cb2f06a679bd7b7ee82dc85d0f",
|
||||||
"date": "2023-02-26T03:26:37-05:00",
|
"date": "2023-03-10T04:09:46-05:00",
|
||||||
"path": "/nix/store/xvisbnj42qmxcldq1s6l9rzvv6pz3720-flipperzero-firmware-wPlugins-3626499",
|
"path": "/nix/store/wfbyzijwv07mi5cxmz78jn0yhf7pn9ic-flipperzero-firmware-wPlugins-9477f38",
|
||||||
"sha256": "1rgw3cm0gkik2w02d62rrlsglxkgy4b3p7i2pbjy02dsnqylrpmk",
|
"sha256": "11ixhk1ncb6qyzlw2z7gkpn3gkkc7f9lajq9k1h26d3zn6yz2h5s",
|
||||||
"fetchLFS": false,
|
"fetchLFS": false,
|
||||||
"fetchSubmodules": true,
|
"fetchSubmodules": true,
|
||||||
"deepClone": false,
|
"deepClone": false,
|
||||||
"leaveDotGit": false
|
"leaveDotGit": false
|
||||||
},
|
},
|
||||||
"version": "RM0226-0327-0.77.2-3626499",
|
"version": "RM0310-0416-0.78.2-9477f38",
|
||||||
"upstreamVersion": "0.77.2"
|
"upstreamVersion": "0.78.2"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue