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

Commits on Nov 9, 2018

  1. Copy the full SHA
    c72f48f View commit details
  2. Merge pull request #50052 from worldofpeace/bamf/0.5.4

    bamf: 2018-02-07 -> 0.5.4
    jtojnar authored Nov 9, 2018
    Copy the full SHA
    b28e4c5 View commit details
Showing with 4 additions and 3 deletions.
  1. +4 −3 pkgs/development/libraries/bamf/default.nix
7 changes: 4 additions & 3 deletions pkgs/development/libraries/bamf/default.nix
Original file line number Diff line number Diff line change
@@ -3,14 +3,15 @@
, xorgserver, dbus, python2 }:

stdenv.mkDerivation rec {
name = "bamf-2018-02-07";
name = "bamf-${version}";
version = "0.5.4";

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

src = fetchgit {
url = https://git.launchpad.net/~unity-team/bamf;
rev = "0.5.3+18.04.20180207.2-0ubuntu1";
sha256 = "0hvbgzi0mzzzvcamd9mi1ykbk2l6zxffspyk5fpik8bij56nhzym";
rev = version;
sha256 = "1klvij1wyhdj5d8sr3b16pfixc1yk8ihglpjykg7zrr1f50jfgsz";
};

nativeBuildInputs = [