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

Commits on May 25, 2018

  1. kitty: 0.9.1 -> 0.10.1

    jlesquembre committed May 25, 2018
    Copy the full SHA
    6040ceb View commit details
  2. Merge pull request #41076 from jlesquembre/kitty

    kitty: 0.9.1 -> 0.10.1
    Mic92 authored May 25, 2018
    Copy the full SHA
    db4187c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/kitty/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/kitty/default.nix
Original file line number Diff line number Diff line change
@@ -5,15 +5,15 @@

with python3Packages;
buildPythonApplication rec {
version = "0.9.1";
version = "0.10.1";
name = "kitty-${version}";
format = "other";

src = fetchFromGitHub {
owner = "kovidgoyal";
repo = "kitty";
rev = "v${version}";
sha256 = "08j2k3852c64z4mgh1j0dgdj6c2alkckpav67lzg1lxsz3w2izh2";
sha256 = "1xwrrj0g70hh8zsjbd05x0js776xlf7c6mdsmrqlw4y7jfnlgl45";
};

buildInputs = [