loksh: 7.8 -> 7.9

This commit is contained in:
R. Ryantm
2026-05-27 20:06:23 +00:00
parent fba0443803
commit 83a6ccec2d
+2 -2
View File
@@ -10,14 +10,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "loksh";
version = "7.8";
version = "7.9";
src = fetchFromGitHub {
owner = "dimkr";
repo = "loksh";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-daodwoq2NoJ343CWjtT6qqBirEIuHBWLQO9MkAN4s/Q=";
hash = "sha256-S3oIiCgdh8lYqDuXnLHmdQZxK+OMIPTc9W5ozHrTmls=";
};
outputs = [