Commit 9b70c069 authored by R. RyanTM's avatar R. RyanTM
Browse files

handheld-daemon-ui: 3.3.7 -> 3.3.11

parent e6e45d9a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@
}:
let
  pname = "handheld-daemon-ui";
  version = "3.3.7";
  version = "3.3.11";

  src = fetchurl {
    url = "https://github.com/hhd-dev/hhd-ui/releases/download/v${version}/hhd-ui.Appimage";
    hash = "sha256-+Rahmj+Y50NPXyeHdI9iXAe8FX9Gq5b4vQQBkzD6+ms=";
    hash = "sha256-GHDL6VK1lD1ZpLRD1qAY87AQ8zfHVSP1nIocDTT+HZw=";
  };
  extractedFiles = appimageTools.extractType2 { inherit pname version src; };
in