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: 33e714ee77c2
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a50602546e0f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 26, 2020

  1. hyper: 2.1.2 -> 3.0.2

    r-ryantm committed Nov 26, 2020
    Copy the full SHA
    213139a View commit details
  2. Merge pull request #104988 from r-ryantm/auto-update/hyper

    hyper: 2.1.2 -> 3.0.2
    SuperSandro2000 authored Nov 26, 2020
    Copy the full SHA
    a506025 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/terminal-emulators/hyper/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/terminal-emulators/hyper/default.nix
Original file line number Diff line number Diff line change
@@ -11,11 +11,11 @@ let
];
in
stdenv.mkDerivation rec {
version = "2.1.2";
version = "3.0.2";
pname = "hyper";
src = fetchurl {
url = "https://github.com/zeit/hyper/releases/download/${version}/hyper_${version}_amd64.deb";
sha256 = "1n4qlbk7q9zkhhg72mdks95g15xgyrc6ixf882ghvrqghd4zxplm";
sha256 = "0fv4wv5f8nc739bna83qxmgrvvbyq4w9ch764q2f12wjygrz336p";
};
buildInputs = [ dpkg ];
unpackPhase = ''