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: 392eebdb280b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 07d4df596262
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 7, 2019

  1. Verified

    This commit was signed with the committer’s verified signature.
    joshka Josh McKinney
    Copy the full SHA
    1c32b72 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    02eca5f View commit details

Commits on Oct 8, 2019

  1. Merge pull request #70651 from primeos/wlroots

    wlroots: 0.7.0 -> 0.8.1
    primeos authored Oct 8, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    07d4df5 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/wlroots/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/wlroots/default.nix
Original file line number Diff line number Diff line change
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
pname = "wlroots";
version = "0.7.0";
version = "0.8.1";

src = fetchFromGitHub {
owner = "swaywm";
repo = "wlroots";
rev = version;
sha256 = "0jzxa6psbc7ddxli7rbfqxmv1svxnis51l1vch4hb9fdixqm284a";
sha256 = "1ak86kx617c81dy85wg9rldy1z3n8ch93cjc05a4j6sifv0nkyfm";
};

# $out for the library and $examples for the example programs (in examples):