summary refs log tree commit diff
path: root/pkgs/development/libraries/bamf
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-11-09 15:07:00 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-11-09 15:07:00 -0500
commitc72f48f719196ee0fbc28a0b4aa58796d6902c9b (patch)
treea03517c062297bb31bebe7160389e4472965d28e /pkgs/development/libraries/bamf
parent179b8146e668636fe59ef7663a6c8cd15d00db7e (diff)
bamf: 2018-02-07 -> 0.5.4
Diffstat (limited to 'pkgs/development/libraries/bamf')
-rw-r--r--pkgs/development/libraries/bamf/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/libraries/bamf/default.nix b/pkgs/development/libraries/bamf/default.nix
index 3fcdbca34f5ff..b2c7bf5d64491 100644
--- a/pkgs/development/libraries/bamf/default.nix
+++ b/pkgs/development/libraries/bamf/default.nix
@@ -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 = [