loksh: 7.5 -> 7.6

This commit is contained in:
R. Ryantm
2024-10-08 07:22:39 +00:00
parent 6322590d46
commit e0d8312dc8
+2 -2
View File
@@ -9,14 +9,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "loksh";
version = "7.5";
version = "7.6";
src = fetchFromGitHub {
owner = "dimkr";
repo = "loksh";
rev = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-4cBO1FXUnN/swwEeM2lq5RJJGmLKInMLZkz942EKy6k=";
hash = "sha256-R9yLrXzXeu7gUoV+CDOAu89p2YmPP0ImAWq2fod722c=";
};
outputs = [ "out" "doc" "man" ];