Skip to content

Commit

Permalink
oksh: 7.5 -> 7.6 (NixOS#365246)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillrdy authored Dec 15, 2024
2 parents 153abc8 + 66ee521 commit b54931a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ok/oksh/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b54931a

Please sign in to comment.