oksh: 7.5 -> 7.6

This commit is contained in:
Josh Rickmar 2024-12-14 15:47:44 -05:00
parent ee2ab5b1d5
commit 66ee521b92

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "oksh";
version = "7.5";
version = "7.6";
src = fetchFromGitHub {
owner = "ibara";
repo = pname;
rev = "${pname}-${version}";
sha256 = "sha256-r75jjH1E7/36b0ebjsZK7rAuOHEyaIta5Bi8nB4zVjo=";
hash = "sha256-iEV0ibEXwJioBaKN2Tuy0+SaVs8q0Ac4bImP8zhI7oI=";
};
strictDeps = true;