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

Commits on Oct 28, 2020

  1. gnomeExtensions.clipboard-indicator: 34 -> 37

    clipboard-indicator has a new release. Most notably, this adds support
    for GNOME 3.38 and drops support for 3.36 (note that while the extension
    no longer lists 3.36 as a supported version, it does still work).
    
    [Full changelog](Tudmotu/gnome-shell-extension-clipboard-indicator@v34...v37)
    jonafato committed Oct 28, 2020
    Copy the full SHA
    3c122da View commit details

Commits on Nov 13, 2020

  1. Merge pull request #101939 from jonafato/gnome-shell-extension-clipbo…

    …ard-indicator-37
    
    gnomeExtensions.clipboard-indicator: 34 -> 37
    jtojnar authored Nov 13, 2020

    Verified

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

stdenv.mkDerivation rec {
pname = "gnome-shell-extension-clipboard-indicator";
version = "34";
version = "37";

src = fetchFromGitHub {
owner = "Tudmotu";
repo = "gnome-shell-extension-clipboard-indicator";
rev = "v${version}";
sha256 = "0i00psc1ky70zljd14jzr627y7nd8xwnwrh4xpajl1f6djabh12s";
sha256 = "0npxhaam2ra2b9zh2gk2q0n5snlhx6glz86m3jf8hz037w920k41";
};

uuid = "clipboard-indicator@tudmotu.com";