walk: 1.6.2 -> 1.7.0

This commit is contained in:
R. Ryantm 2023-10-29 19:29:39 +00:00
parent c9e3cc43c7
commit b21f9d398f

View file

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