pkgs: update hashes

This commit is contained in:
Aly Raffauf 2024-10-14 23:30:02 -04:00
parent 56cd54e810
commit d95adae953
2 changed files with 2 additions and 3 deletions

View file

@ -12,7 +12,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "hhd-dev";
repo = "adjustor";
rev = "v${version}";
hash = "sha256-tde9FfP9MVOw1/0c4y8fQxVNmvvqjPG97S4bphOdqws=";
hash = "sha256-9ONWKI68Llh36giIS6nVKNrZYmNAGMfwW2vgPMFuwXM=";
};
propagatedBuildInputs = with python3.pkgs; [

View file

@ -8,7 +8,7 @@ appimageTools.wrapType2 rec {
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=";
hash = "sha256-AFFQBhvWUimNW+LZvIf7bTyOX5GEc60kFSUwpsKqG5A=";
};
meta = with lib; {
@ -16,7 +16,6 @@ appimageTools.wrapType2 rec {
description = "A UI app that can manage Handheld Daemon settings from Steam, the Desktop, and the Web.";
platforms = platforms.linux;
license = licenses.mit;
maintainers = with maintainers; [harryaskham];
mainProgram = "hhd-ui";
};
}