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

Commits on Oct 8, 2019

  1. Copy the full SHA
    eb2a147 View commit details

Commits on Oct 11, 2019

  1. Merge pull request #70746 from doronbehar/update-wmc-mpris

    wmc-mpris: unstable-2019-07-24 -> 0.1.0
    c0bw3b authored Oct 11, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8b57a75 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/applications/misc/web-media-controller/default.nix
6 changes: 3 additions & 3 deletions pkgs/applications/misc/web-media-controller/default.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "wmc-mpris";
version = "unstable-2019-07-24";
version = "0.1.0";

src = fetchFromGitHub {
owner = "f1u77y";
repo = pname;
rev = "3b92847c576662732984ad791d6c7899a39f7787";
sha256 = "0q19z0zx53pd237x529rif21kliklwzjrdddx8jfr9hgghjv9giq";
rev = "v${version}";
sha256 = "1zcnaf9g55cbj9d2zlsr0i15qh0w9gp5jmxkm6dcp1j6yd7j3ymc";
};

nativeBuildInputs = [ cmake pkgconfig ];