walk: 1.5.2 -> 1.6.2

This commit is contained in:
nat 2023-08-28 18:17:56 +02:00
parent 0c556fceb8
commit 5e3bb2d3f4
No known key found for this signature in database

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "walk";
version = "1.5.2";
version = "1.6.2";
src = fetchFromGitHub {
owner = "antonmedv";
repo = "walk";
rev = "v${version}";
hash = "sha256-lcXNGmDCXq73gAWFKHHsIb578b1EhznYaGC0myFQym8=";
hash = "sha256-Wo8i0nPAuzADLXlsEho9TSSbNh3d13iNsXXx5onPnIs=";
};
vendorHash = "sha256-EYwfoTVcgV12xF/cv9O6QgXq9Gtc9qK9EmZNjXS4kC8=";
vendorHash = "sha256-AmgCyq+N+EMdpIUCe6Lzd8bDXHsbOzclsHPp+H5ROMc=";
meta = with lib; {
description = "Terminal file manager";