3
0
Fork 0
forked from mirrors/nixpkgs

lsix: 1.7.4 -> 1.8

This commit is contained in:
R. RyanTM 2021-08-22 06:05:48 +00:00
parent 456481aa3d
commit 3e353567f8

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 ];