loksh: 7.1 -> 7.2

This commit is contained in:
R. Ryantm 2022-10-22 19:30:06 +00:00
parent 64218c38f4
commit b61e9d52fb

View File

@ -9,14 +9,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "loksh";
version = "7.1";
version = "7.2";
src = fetchFromGitHub {
owner = "dimkr";
repo = finalAttrs.pname;
rev = finalAttrs.version;
fetchSubmodules = true;
sha256 = "sha256-APjY7wQUfUTXe3TRKWkDmMZuax0MpuU/KmgZfogdAGU=";
sha256 = "sha256-Dnt1xo/5URs5yiNtj75a5K/qGJ+0lirPExnG+0xLuq8=";
};
nativeBuildInputs = [