From d95adae953760fc0ad5c2ce17c0e1f3c5ac79a41 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 14 Oct 2024 23:30:02 -0400 Subject: [PATCH] pkgs: update hashes --- pkgs/adjustor.nix | 2 +- pkgs/hhd-ui.nix | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/adjustor.nix b/pkgs/adjustor.nix index e99c32f1..a31b3f98 100644 --- a/pkgs/adjustor.nix +++ b/pkgs/adjustor.nix @@ -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; [ diff --git a/pkgs/hhd-ui.nix b/pkgs/hhd-ui.nix index 0f5d3ee7..aabb0a93 100644 --- a/pkgs/hhd-ui.nix +++ b/pkgs/hhd-ui.nix @@ -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"; }; }