Skip to content

Commit

Permalink
handheld-daemon-ui: 3.2.1 -> 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
toast003 committed Nov 15, 2024
1 parent 4f5a684 commit fb63f60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ha/handheld-daemon-ui/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
}:
let
pname = "handheld-daemon-ui";
version = "3.2.1";
version = "3.2.3";

src = fetchurl {
url = "https://github.com/hhd-dev/hhd-ui/releases/download/v${version}/hhd-ui.Appimage";
hash = "sha256-RRXVoeWOO/pR+CAEY0J6Buf/RhA+G0PdxGQVMdAHfwA=";
hash = "sha256-VhJrOvE+BebJIAeQlwOOsPfqSrvBnJQavGT7glTrG2o=";
};
extractedFiles = appimageTools.extractType2 { inherit pname version src; };
in
Expand Down

0 comments on commit fb63f60

Please sign in to comment.