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

loksh: 6.9 -> 7.0
This commit is contained in:
markuskowa 2021-12-05 14:57:30 +01:00 committed by GitHub
commit 4b6238b7f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,14 +9,14 @@
stdenv.mkDerivation rec {
pname = "loksh";
version = "6.9";
version = "7.0";
src = fetchFromGitHub {
owner = "dimkr";
repo = pname;
rev = version;
fetchSubmodules = true;
sha256 = "0x33plxqhh5202hgqidgccz5hpg8d2q71ylgnm437g60mfi9z0px";
sha256 = "sha256-q5RiY9/xEFCk+oHlxgNwDOB+TNjRWHKzU2kQH2LjCWY=";
};
nativeBuildInputs = [