walk: init at 1.5.2

This commit is contained in:
surfaceflinger 2023-08-23 15:23:04 +02:00 committed by Anderson Torres
parent 6b5011d9d3
commit 2c0c1d18c4
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,23 @@
{ buildGoModule, fetchFromGitHub, lib }:
buildGoModule rec {
pname = "walk";
version = "1.5.2";
src = fetchFromGitHub {
owner = "antonmedv";
repo = "walk";
rev = "v${version}";
hash = "sha256-lcXNGmDCXq73gAWFKHHsIb578b1EhznYaGC0myFQym8=";
};
vendorHash = "sha256-EYwfoTVcgV12xF/cv9O6QgXq9Gtc9qK9EmZNjXS4kC8=";
meta = with lib; {
description = "Terminal file manager";
homepage = "https://github.com/antonmedv/walk";
license = licenses.mit;
maintainers = with maintainers; [ portothree surfaceflinger ];
mainProgram = "walk";
};
}

View file

@ -2898,6 +2898,8 @@ with pkgs;
inherit lib udisks2 python3;
};
walk = callPackage ../applications/file-managers/walk { };
worker = callPackage ../applications/file-managers/worker { };
xfe = callPackage ../applications/file-managers/xfe {