loksh: 7.4 -> 7.5

This commit is contained in:
R. Ryantm 2024-04-06 13:13:10 +00:00
parent f6eb921406
commit cd95ef1083
1 changed files with 2 additions and 2 deletions

View File

@ -9,14 +9,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "loksh";
version = "7.4";
version = "7.5";
src = fetchFromGitHub {
owner = "dimkr";
repo = "loksh";
rev = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-gQK9gq6MsKVyOikOW0sW/SbIM1K/3I8pn58P/SqzKys=";
hash = "sha256-4cBO1FXUnN/swwEeM2lq5RJJGmLKInMLZkz942EKy6k=";
};
outputs = [ "out" "doc" "man" ];