adjustor,hhd-ui: update to latest versions
Some checks failed
nix-build / default-build (push) Has been cancelled
nix-build / fallarbor-build (push) Has been cancelled
nix-build / lavaridge-build (push) Has been cancelled
nix-build / mauville-build (push) Has been cancelled
nix-build / pacifidlog-build (push) Has been cancelled
nix-build / petalburg-build (push) Has been cancelled
nix-build / rustboro-build (push) Has been cancelled
nix-build / slateport-build (push) Has been cancelled
nix-check / fmt-check (push) Has been cancelled
nix-check / eval-check (push) Has been cancelled

This commit is contained in:
Aly Raffauf 2024-10-13 18:31:50 -04:00
parent c357620e5f
commit 08b089b6e2
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "adjustor";
version = "3.4.5";
version = "3.5.2";
pyproject = true;
src = fetchFromGitHub {

View file

@ -10,7 +10,7 @@
}:
appimageTools.wrapType2 rec {
pname = "hhd-ui";
version = "3.2.1";
version = "3.2.2";
src = fetchurl {
url = "https://github.com/hhd-dev/hhd-ui/releases/download/v${version}/${pname}.AppImage";
hash = "sha256-RRXVoeWOO/pR+CAEY0J6Buf/RhA+G0PdxGQVMdAHfwA=";