mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-29 09:09:18 -05:00
pkgs: update hashes
This commit is contained in:
parent
56cd54e810
commit
d95adae953
|
@ -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; [
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue