Commit e0d8312d authored by R. RyanTM's avatar R. RyanTM
Browse files

loksh: 7.5 -> 7.6

parent 6322590d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "loksh";
  version = "7.5";
  version = "7.6";

  src = fetchFromGitHub {
    owner = "dimkr";
    repo = "loksh";
    rev = finalAttrs.version;
    fetchSubmodules = true;
    hash = "sha256-4cBO1FXUnN/swwEeM2lq5RJJGmLKInMLZkz942EKy6k=";
    hash = "sha256-R9yLrXzXeu7gUoV+CDOAu89p2YmPP0ImAWq2fod722c=";
  };

  outputs = [ "out" "doc" "man" ];