Commit 8bc0fcaf authored by R. RyanTM's avatar R. RyanTM
Browse files

loksh: 7.6 -> 7.7

parent 4c66bec3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

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

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

  outputs = [