Merge pull request #50052 from worldofpeace/bamf/0.5.4
bamf: 2018-02-07 -> 0.5.4
This commit is contained in:
commit
b28e4c5b73
@ -3,14 +3,15 @@
|
|||||||
, xorgserver, dbus, python2 }:
|
, xorgserver, dbus, python2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "bamf-2018-02-07";
|
name = "bamf-${version}";
|
||||||
|
version = "0.5.4";
|
||||||
|
|
||||||
outputs = [ "out" "dev" "devdoc" ];
|
outputs = [ "out" "dev" "devdoc" ];
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = https://git.launchpad.net/~unity-team/bamf;
|
url = https://git.launchpad.net/~unity-team/bamf;
|
||||||
rev = "0.5.3+18.04.20180207.2-0ubuntu1";
|
rev = version;
|
||||||
sha256 = "0hvbgzi0mzzzvcamd9mi1ykbk2l6zxffspyk5fpik8bij56nhzym";
|
sha256 = "1klvij1wyhdj5d8sr3b16pfixc1yk8ihglpjykg7zrr1f50jfgsz";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user