1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

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

lsix: 1.8.2 -> 1.9
This commit is contained in:
Nick Cao 2024-06-10 19:16:24 -04:00 committed by GitHub
commit 7ef6c0bb39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "lsix";
version = "1.8.2";
version = "1.9";
src = fetchFromGitHub {
owner = "hackerb9";
repo = "lsix";
rev = finalAttrs.version;
sha256 = "sha256-xlOlAfZonSo/RERt5WxPqMvppVrY5/Yhh7SgCCsYDQE=";
sha256 = "sha256-oa2+ADAJL3b57p4UF/0NT/WaM43TlsGXPVTtriczQbk=";
};
nativeBuildInputs = [ makeWrapper ];