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

oksh: 7.3 -> 7.4
This commit is contained in:
Nick Cao 2023-11-21 08:54:37 -05:00 committed by GitHub
commit 199e11af32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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