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

Commits on Apr 9, 2017

  1. polybar: 3.0.4 -> 3.0.5

    asymmetric committed Apr 9, 2017
    Copy the full SHA
    0788476 View commit details

Commits on Apr 10, 2017

  1. Merge pull request #24782 from asymmetric/polybar

    polybar: 3.0.4 -> 3.0.5
    Mic92 authored Apr 10, 2017
    Copy the full SHA
    92ab8b0 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/misc/polybar/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/misc/polybar/default.nix
Original file line number Diff line number Diff line change
@@ -21,11 +21,11 @@ assert i3GapsSupport -> ! i3Support && jsoncpp != null && i3-gaps != null;

stdenv.mkDerivation rec {
name = "polybar-${version}";
version = "3.0.4";
version = "3.0.5";
src = fetchgit {
url = "https://github.com/jaagr/polybar";
rev = "1f31870d43f5cd87a5529a55b1d2d3e64105e0af";
sha256 = "1nhj4npqhs6zy161931sbdi52gz6163lik0wri9wr122sjf90jas";
rev = "4e2e2a7a5e0fe81669031ade0f60e1d379b6516d";
sha256 = "1iiks9q13pbkgbjhdns18a5zgr6d40ydcm4qn168m73fs6ivf1vn";
};

meta = with stdenv.lib; {