summary refs log tree commit diff
path: root/pkgs/applications/audio/keyfinder
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-05 19:36:48 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2016-01-05 21:03:08 +0100
commite5972f309498906e346cbefd6f08fbbb6f1bf982 (patch)
tree4de7e32ee0062e7d1e8b12038d161ecc6b45eec4 /pkgs/applications/audio/keyfinder
parent24100ec0c3474189291a8ea6c2226aeca2be811c (diff)
downloadnixpkgs-e5972f309498906e346cbefd6f08fbbb6f1bf982.tar
nixpkgs-e5972f309498906e346cbefd6f08fbbb6f1bf982.tar.gz
nixpkgs-e5972f309498906e346cbefd6f08fbbb6f1bf982.tar.bz2
nixpkgs-e5972f309498906e346cbefd6f08fbbb6f1bf982.tar.lz
nixpkgs-e5972f309498906e346cbefd6f08fbbb6f1bf982.tar.xz
nixpkgs-e5972f309498906e346cbefd6f08fbbb6f1bf982.tar.zst
nixpkgs-e5972f309498906e346cbefd6f08fbbb6f1bf982.zip
keyfinder: 2.00 -> 2.1; build with qt55
Diffstat (limited to 'pkgs/applications/audio/keyfinder')
-rw-r--r--pkgs/applications/audio/keyfinder/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/audio/keyfinder/default.nix b/pkgs/applications/audio/keyfinder/default.nix
index 7706203104c..74110c5924e 100644
--- a/pkgs/applications/audio/keyfinder/default.nix
+++ b/pkgs/applications/audio/keyfinder/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchFromGitHub, libav_0_8, libkeyfinder, qtbase, qtxmlpatterns, taglib }:
 
-let version = "2.00"; in
+let version = "2.1"; in
 stdenv.mkDerivation {
   name = "keyfinder-${version}";
 
   src = fetchFromGitHub {
-    sha256 = "16gyvvws93fyvx5qb2x9qhsg4bn710kgdh6q9sl2dwfsx6npkh9m";
+    sha256 = "0j9k90ll4cr8j8dywb6zf1bs9vijlx7m4zsh6w9hxwrr7ymz89hn";
     rev = version;
     repo = "is_KeyFinder";
     owner = "ibsh";
@@ -29,7 +29,6 @@ stdenv.mkDerivation {
     maintainers = with maintainers; [ nckx ];
   };
 
-  # TODO: upgrade libav when "Audio sample format conversion failed" is fixed
   buildInputs = [ libav_0_8 libkeyfinder qtbase qtxmlpatterns taglib ];
 
   postPatch = ''