Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d1befddac382
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2311d65989ef
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 19, 2020

  1. gnomeExtensions.timepp: unstable-2019-03-30 -> unstable-2020-03-15; u…

    …nbreak package
    
    (cherry picked from commit 1127b73)
    bbigras committed Sep 19, 2020
    Copy the full SHA
    34acf56 View commit details
  2. Merge pull request #98287 from bbigras/backport-gnome-timepp

    [20.09] gnomeExtensions.timepp: unstable-2019-03-30 -> unstable-2020-03-15; unbreak pkg
    doronbehar authored Sep 19, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2311d65 View commit details
Showing with 3 additions and 4 deletions.
  1. +3 −4 pkgs/desktops/gnome-3/extensions/timepp/default.nix
7 changes: 3 additions & 4 deletions pkgs/desktops/gnome-3/extensions/timepp/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "gnome-shell-extension-timepp";
version = "unstable-2019-03-30";
version = "unstable-2020-03-15";

src = fetchFromGitHub {
owner = "zagortenay333";
repo = "timepp__gnome";
rev = "f90fb5573b37ac89fb57bf62e07d6d3bdb6a2c63";
sha256 = "0p6rsbm6lf61vzly775qkwc2rcjjl38bkqdxnv4sccqmw2wwclnp";
rev = "34ae477a51267cc1e85992a80cf85a1a7b7005c1";
sha256 = "1v0xbrp0x5dwizscxh7h984pax4n92bj8iyw3qvjk27ynpxq8ag1";
};

uuid = "timepp@zagortenay333";
@@ -24,6 +24,5 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/zagortenay333/timepp__gnome";
license = licenses.gpl3;
maintainers = with maintainers; [ svsdep ];
broken = versionAtLeast gnome3.gnome-shell.version "3.32"; # Dosen't support 3.34 https://github.com/zagortenay333/timepp__gnome/issues/113
};
}