feat(handy): package Handy for Nix
This commit is contained in:
13
packages/handy.nix
Normal file
13
packages/handy.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
appimageTools,
|
||||
fetchurl,
|
||||
}:
|
||||
appimageTools.wrapType2 rec {
|
||||
pname = "handy";
|
||||
version = "0.7.6";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/cjpais/Handy/releases/download/v${version}/Handy_${version}_amd64.AppImage";
|
||||
hash = "sha256-UZNt3lfKo6dBRWK1YD03HmcZsx/Zu2J3eD5VdTw+poU=";
|
||||
};
|
||||
extraPkgs = pkgs: [pkgs.wtype];
|
||||
}
|
||||
Reference in New Issue
Block a user