loksh: 7.6 -> 7.7

This commit is contained in:
R. Ryantm 2025-04-30 13:27:31 +00:00
parent 4c66bec300
commit 8bc0fcaf7d

View file

@ -10,14 +10,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "loksh";
version = "7.6";
version = "7.7";
src = fetchFromGitHub {
owner = "dimkr";
repo = "loksh";
rev = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-R9yLrXzXeu7gUoV+CDOAu89p2YmPP0ImAWq2fod722c=";
hash = "sha256-BxQ7SZwRP9PlD2MV7DqG7tQ2lqzlkTwmaKwbgC7NYrc=";
};
outputs = [