Merge pull request #197260 from r-ryantm/auto-update/loksh

loksh: 7.1 -> 7.2
This commit is contained in:
Mario Rodas 2022-10-22 19:55:51 -05:00 committed by GitHub
commit ae8bf729d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [