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: 002a5f9de161
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4180533bbfae
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 16, 2020

  1. gammastep: 2.0.2 -> 2.0.5

    primeos committed Nov 16, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    NeQuissimus Tim Steinbach
    Copy the full SHA
    4180533 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/redshift/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/redshift/default.nix
Original file line number Diff line number Diff line change
@@ -127,13 +127,13 @@ rec {

gammastep = mkRedshift rec {
pname = "gammastep";
version = "2.0.2";
version = "2.0.5";

src = fetchFromGitLab {
owner = "chinstrap";
repo = pname;
rev = "v${version}";
sha256 = "09wqlz3yya955galhs20014qfwm2yk0lxhyqdsw8gwddvcpyprzg";
sha256 = "1l3x4gnichwzbb0529bhm723xpryn5svhhsfdiwlw122q1vmz2q7";
};

meta = redshift.meta // {