Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 56ffa7a9e444
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b48335fd9a87
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 26, 2020

  1. page: 2.3.4 -> 2.3.5

    r-ryantm committed Nov 26, 2020
    Copy the full SHA
    2c3ab49 View commit details
  2. Merge pull request #105045 from r-ryantm/auto-update/page

    page: 2.3.4 -> 2.3.5
    SuperSandro2000 authored Nov 26, 2020
    Copy the full SHA
    b48335f View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/misc/page/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/misc/page/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

rustPlatform.buildRustPackage rec {
pname = "page";
version = "2.3.4";
version = "2.3.5";

src = fetchFromGitHub {
owner = "I60R";
repo = pname;
rev = "v${version}";
sha256 = "0xcbnl8fbdfdmcbv5d7v830aa3vfhg7nlf768rbrfd5a0970pllh";
sha256 = "1pk3iclmwbkg4nvsgarq4qjpzapjhsl7b7z6zw6havp1zmx9h806";
};

nativeBuildInputs = [ installShellFiles ];
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
installShellCompletion --zsh $completions_dir/_page
'';

cargoSha256 = "0ckfmqi6jvbvj99vbdp798mmy6gc54254n32br0ri842b04i26qf";
cargoSha256 = "0s1iwli5h6qkibi24v80izr38z84zfx1dv71fv06lzq38b6s4nd5";

meta = with lib; {
description = "Use neovim as pager";