summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/audio
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2016-11-01 01:16:31 +0100
committerBart Brouns <bart@magnetophon.nl>2017-01-11 02:17:43 +0100
commit87ffcedd31c98185f49ba041e205a2ce44dfc0ea (patch)
treeafb92e4d7eb2b24eb8444aad6bf35bff57461130 /pkgs/development/libraries/audio
parentdeb6b8f2a2a1476186c6528899d8bb92a45d3ae2 (diff)
sratom: 0.4.6 -> 0.6.0
Diffstat (limited to 'pkgs/development/libraries/audio')
-rw-r--r--pkgs/development/libraries/audio/sratom/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/audio/sratom/default.nix b/pkgs/development/libraries/audio/sratom/default.nix
index a4ba4c16c872..71d7de79fe5b 100644
--- a/pkgs/development/libraries/audio/sratom/default.nix
+++ b/pkgs/development/libraries/audio/sratom/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "sratom-${version}";
- version = "0.4.6";
+ version = "0.6.0";
src = fetchurl {
url = "http://download.drobilla.net/${name}.tar.bz2";
- sha256 = "080jjiyxjnj7hf25844hd9rb01grvzz1rk8mxcdnakywmspbxfd4";
+ sha256 = "0hrxd9i66s06bpn6i3s9ka95134g3sm8yscmif7qgdzhyjqw42j4";
};
buildInputs = [ lv2 pkgconfig python serd sord ];