mirror of
https://github.com/icewind1991/cynthion-flake.git
synced 2026-06-03 14:24:07 +02:00
pkgs: update
cynthion: 0.1.2 -> 0.1.7 apollo-firmware: 1.0.7 -> 1.1.0 packetry: 0.2.0 -> 0.4.0
This commit is contained in:
parent
a44895e23a
commit
91e4787fa0
4 changed files with 9 additions and 9 deletions
|
|
@ -10,17 +10,17 @@
|
|||
wrapGAppsHook,
|
||||
}:
|
||||
rustPlatform.buildRustPackage rec {
|
||||
version = "0.2.2";
|
||||
version = "0.4.0";
|
||||
pname = "packetry";
|
||||
|
||||
src = fetchFromGitHub rec {
|
||||
owner = "greatscottgadgets";
|
||||
repo = "packetry";
|
||||
rev = "v" + version;
|
||||
hash = "sha256-FlimHJS3hwB2Tkulb8uToKFe165uv/gFxJ4uezVNka4=";
|
||||
hash = "sha256-eDVom0kAL1QwO8BtrJS76VTvxtKs7CP6Ob5BWlE6wOM=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-n1hPoSUEFUGpEUOiuirSbeAnU+qiENDg4XyN5Jkjo/Y=";
|
||||
cargoSha256 = "sha256-xz9PdVVB1u6s/anPBRonWS1kMN+4kfkK/gaOlF9Z3yk=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
wrapGAppsHook
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue