Merge pull request #135197 from r-ryantm/auto-update/lsix

lsix: 1.7.4 -> 1.8
This commit is contained in:
Sandro 2021-08-25 13:54:52 +02:00 committed by GitHub
commit 4ddab9238e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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