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

Commits on Jan 16, 2020

  1. Copy the full SHA
    67b968a View commit details

Commits on Jan 19, 2020

  1. Merge pull request #77841 from mweinelt/powerlevel10k-1.0

    zsh-powerlevel10k: unstable-2019-12-19 -> 1.0
    flokli authored Jan 19, 2020
    Copy the full SHA
    26f1ce1 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/shells/zsh/zsh-powerlevel10k/default.nix
6 changes: 3 additions & 3 deletions pkgs/shells/zsh/zsh-powerlevel10k/default.nix
Original file line number Diff line number Diff line change
@@ -5,12 +5,12 @@

stdenv.mkDerivation {
pname = "powerlevel10k";
version = "unstable-2019-12-19";
version = "1.0";
src = fetchFromGitHub {
owner = "romkatv";
repo = "powerlevel10k";
rev = "8ef2b737d1f6099966a1eb16bdfc90d67b367f22";
sha256 = "02b25klkyyhpdbf2vwzzbrd8hnfjpckbpjy6532ir6jqp2n2ivpj";
rev = "c21961b53c137253020aeffca2b132fdd6bcb116";
sha256 = "1jp6jhw5kb10d76zkxdv8c04s51ilmjka336bgnllya9nyqaqpxp";
};

patches = [