Unverified Commit 952ba4c8 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

nnn: 4.9 -> 5.0 (#337513)

parents 9ae7e386 c875b3c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,13 +26,13 @@ assert withEmojis -> (!withIcons && !withNerdIcons);

stdenv.mkDerivation (finalAttrs: {
  pname = "nnn";
  version = "4.9";
  version = "5.0";

  src = fetchFromGitHub {
    owner = "jarun";
    repo = "nnn";
    rev = "v${finalAttrs.version}";
    hash = "sha256-g19uI36HyzTF2YUQKFP4DE2ZBsArGryVHhX79Y0XzhU=";
    hash = "sha256-HShHSjqD0zeE1/St1Y2dUeHfac6HQnPFfjmFvSuEXUA=";
  };

  patches = [