Skip to content

Commit

Permalink
handheld-daemon-ui: 3.2.3 -> 3.3.0 (#361609)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 5, 2024
2 parents 0b6cd9d + b9be34f commit fbafd4f
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.3";
version = "3.3.0";

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

0 comments on commit fbafd4f

Please sign in to comment.