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

Commits on Oct 18, 2020

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    a54f2e4 View commit details

Commits on Nov 27, 2020

  1. Merge pull request #100958 from r-ryantm/auto-update/gtk-layer-shell

    gtk-layer-shell: 0.2.0 -> 0.3.0
    SuperSandro2000 authored Nov 27, 2020

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    9445c3e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/gtk-layer-shell/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/gtk-layer-shell/default.nix
Original file line number Diff line number Diff line change
@@ -13,15 +13,15 @@

stdenv.mkDerivation rec {
pname = "gtk-layer-shell";
version = "0.2.0";
version = "0.3.0";

outputs = [ "out" "dev" "devdoc" ];

src = fetchFromGitHub {
owner = "wmww";
repo = "gtk-layer-shell";
rev = "v${version}";
sha256 = "0kas84z44p3vz92sljbnahh43wfj69knqsy1za729j8phrlwqdmg";
sha256 = "1f7hfwik7a9kzw0q1k3xc1yisrgg8lbp5pjr337phc9hm38lhq3c";
};

nativeBuildInputs = [