sratom: 0.6.2 -> 0.6.4

This commit is contained in:
Bart Brouns 2020-01-20 11:21:26 +01:00
parent 489f823ac7
commit 02e892c48d

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "sratom";
version = "0.6.2";
version = "0.6.4";
src = fetchurl {
url = "https://download.drobilla.net/${pname}-${version}.tar.bz2";
sha256 = "0lz883ravxjf7r9wwbx2gx9m8vhyiavxrl9jdxfppjxnsralll8a";
sha256 = "0vh0biy3ngpzzgdml309c2mqz8xq9q0hlblczb4c6alhp0a8yv0l";
};
nativeBuildInputs = [ pkgconfig wafHook python3 ];