lsix: 1.8 -> 1.8.2

This commit is contained in:
R. Ryantm 2023-11-18 05:14:37 +00:00
parent cf4fee6f37
commit 81007b67e3

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "lsix";
version = "1.8";
version = "1.8.2";
src = fetchFromGitHub {
owner = "hackerb9";
repo = pname;
rev = version;
sha256 = "sha256-Qx6/PFm1XBmEI6iI+Ref9jNe6sXIhsVL4VQ1CX+caZE=";
sha256 = "sha256-xlOlAfZonSo/RERt5WxPqMvppVrY5/Yhh7SgCCsYDQE=";
};
nativeBuildInputs = [ makeWrapper ];