mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-29 11:09:17 -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";
|
owner = "hhd-dev";
|
||||||
repo = "adjustor";
|
repo = "adjustor";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-tde9FfP9MVOw1/0c4y8fQxVNmvvqjPG97S4bphOdqws=";
|
hash = "sha256-9ONWKI68Llh36giIS6nVKNrZYmNAGMfwW2vgPMFuwXM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
|
|
|
@ -8,7 +8,7 @@ appimageTools.wrapType2 rec {
|
||||||
version = "3.2.2";
|
version = "3.2.2";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/hhd-dev/hhd-ui/releases/download/v${version}/${pname}.AppImage";
|
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; {
|
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.";
|
description = "A UI app that can manage Handheld Daemon settings from Steam, the Desktop, and the Web.";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [harryaskham];
|
|
||||||
mainProgram = "hhd-ui";
|
mainProgram = "hhd-ui";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue