loksh: 7.2 -> 7.3

This commit is contained in:
R. Ryantm 2023-04-27 13:59:58 +00:00
parent 79b49e4147
commit 074b1277b9

View file

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