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

Commits on Jan 19, 2021

  1. Copy the full SHA
    3144b2e View commit details
  2. Merge pull request #110007 from mweinelt/zsh-p10k

    zsh-powerlevel10k: 1.14.4 -> 1.14.6
    SuperSandro2000 authored Jan 19, 2021
    Copy the full SHA
    de9fd44 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/shells/zsh/zsh-powerlevel10k/default.nix
4 changes: 2 additions & 2 deletions pkgs/shells/zsh/zsh-powerlevel10k/default.nix
Original file line number Diff line number Diff line change
@@ -19,13 +19,13 @@ let
in
stdenv.mkDerivation rec {
pname = "powerlevel10k";
version = "1.14.4";
version = "1.14.6";

src = fetchFromGitHub {
owner = "romkatv";
repo = "powerlevel10k";
rev = "v${version}";
sha256 = "1072ikklvpvx6qf0q8ydbi1qc1dxjjfs4031b4zzgjw766xnpcbk";
sha256 = "1z6xipd7bgq7fc03x9j2dmg3yv59xyjf4ic5f1l6l6pw7w3q4sq7";
};

patches = [