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

loksh: 7.4 -> 7.5
This commit is contained in:
Weijia Wang 2024-04-12 10:15:39 +02:00 committed by GitHub
commit 78751bf9fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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" ];