Merge pull request #302346 from r-ryantm/auto-update/oksh

oksh: 7.4 -> 7.5
This commit is contained in:
Nick Cao 2024-04-07 20:45:31 -04:00 committed by GitHub
commit 0b8ceacb44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "oksh"; pname = "oksh";
version = "7.4"; version = "7.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ibara"; owner = "ibara";
repo = pname; repo = pname;
rev = "${pname}-${version}"; rev = "${pname}-${version}";
sha256 = "sha256-QkWUTqFoEA+XZv0EAHnDtkm9xI+NlQcNqicCvCtXJYc="; sha256 = "sha256-r75jjH1E7/36b0ebjsZK7rAuOHEyaIta5Bi8nB4zVjo=";
}; };
strictDeps = true; strictDeps = true;