bamf: 2018-02-07 -> 0.5.4

This commit is contained in:
worldofpeace 2018-11-09 15:07:00 -05:00
parent 179b8146e6
commit c72f48f719

View file

@ -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 = [