summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-02-02 02:02:28 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-02-02 02:02:29 +0100
commit1fde266b483ba2446b213213eb9e0003920a9d59 (patch)
treead11a2dd7e4ba0cf1dbdeea5d57e120c7d85825a /pkgs
parent9b29267511dcca53c22e68fd7b085bb98537512e (diff)
downloadnixpkgs-1fde266b483ba2446b213213eb9e0003920a9d59.tar
nixpkgs-1fde266b483ba2446b213213eb9e0003920a9d59.tar.gz
nixpkgs-1fde266b483ba2446b213213eb9e0003920a9d59.tar.bz2
nixpkgs-1fde266b483ba2446b213213eb9e0003920a9d59.tar.lz
nixpkgs-1fde266b483ba2446b213213eb9e0003920a9d59.tar.xz
nixpkgs-1fde266b483ba2446b213213eb9e0003920a9d59.tar.zst
nixpkgs-1fde266b483ba2446b213213eb9e0003920a9d59.zip
Update keyfinder-cli 20150125 -> 20150130
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/keyfinder-cli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/keyfinder-cli/default.nix b/pkgs/applications/audio/keyfinder-cli/default.nix
index a6e843d0db8..dca72f22b49 100644
--- a/pkgs/applications/audio/keyfinder-cli/default.nix
+++ b/pkgs/applications/audio/keyfinder-cli/default.nix
@@ -1,14 +1,14 @@
 { stdenv, fetchFromGitHub, libav, libkeyfinder }:
 
+let version = "20150130"; in
 stdenv.mkDerivation rec {
-  version = "20150125";
   name = "keyfinder-cli-${version}";
 
   src = fetchFromGitHub {
     repo = "keyfinder-cli";
     owner = "EvanPurkhiser";
-    rev = "3a6f598b3661fdba73ada81cd200a6e56c23ddca";
-    sha256 = "05k4g9zdzi4q81p8lax9b2j4bcg1bpp04sdbza5i5pfz2fng2cf7";
+    rev = "e8a20e73f8a465a6c3c9e71dabf4b636244a9b0c";
+    sha256 = "0x198ijr6wgzq24642s4pz5zxn4gvcc7dxmb6d1bfn3dwzi3j8lp";
   };
 
   meta = with stdenv.lib; {