about summary refs log tree commit diff
path: root/pkgs/applications/audio/asunder
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-11-04 08:09:25 -0800
committerRenaud <c0bw3b@users.noreply.github.com>2019-11-04 17:09:25 +0100
commita38273aaa58e67ec9c315b8995f9db78fb5f682d (patch)
tree660c342b669a099e59c0b5c328d066febefe2c05 /pkgs/applications/audio/asunder
parentde1cbcc69234d9301eb60bf8b074239f703f4d0e (diff)
asunder: 2.9.4 -> 2.9.5 (#72459)
* asunder: 2.9.4 -> 2.9.5

* asunder: cleanup build inputs
Move intltool and makeWrapper to nativeBuildInputs
Diffstat (limited to 'pkgs/applications/audio/asunder')
-rw-r--r--pkgs/applications/audio/asunder/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/audio/asunder/default.nix b/pkgs/applications/audio/asunder/default.nix
index e252635e95370..5a0b6797a2417 100644
--- a/pkgs/applications/audio/asunder/default.nix
+++ b/pkgs/applications/audio/asunder/default.nix
@@ -12,15 +12,15 @@
 with stdenv.lib;
 
 stdenv.mkDerivation rec {
-  version = "2.9.4";
+  version = "2.9.5";
   pname = "asunder";
   src = fetchurl {
     url = "http://littlesvr.ca/asunder/releases/${pname}-${version}.tar.bz2";
-    sha256 = "1bwc9v9l1f3kqjd7wis6g2sv6ibc618ybh0gsb8mkkfhadp68w30";
+    sha256 = "069x6az2r3wlb2hd07iz0hxpxwknw7s9h7pyhnkmzv1pw9ci3kk4";
   };
 
-  nativeBuildInputs = [ pkgconfig ];
-  buildInputs = [ gtk2 libcddb intltool makeWrapper ];
+  nativeBuildInputs = [ intltool makeWrapper pkgconfig ];
+  buildInputs = [ gtk2 libcddb ];
 
   runtimeDeps =
     optional mp3Support lame ++