sratom: 0.6.4 -> 0.6.8

This commit is contained in:
R. RyanTM 2021-03-09 19:05:50 +00:00 committed by Jan Tojnar
parent ab1ca5a6e7
commit 837b1beaca

View file

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