Merge pull request #74647 from r-ryantm/auto-update/sord

sord: 0.16.2 -> 0.16.4
This commit is contained in:
Mario Rodas 2019-12-22 18:22:47 -05:00 committed by GitHub
commit fd9a8608ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "sord";
version = "0.16.2";
version = "0.16.4";
src = fetchurl {
url = "https://download.drobilla.net/${pname}-${version}.tar.bz2";
sha256 = "13fshxwpipjrvsah1m2jw1kf022z2q5vpw24bzcznglgvms13x89";
sha256 = "1mwh4qvp9q4vgrgg5bz9sgjhxscncrylf2b06h0q55ddwzs9hndi";
};
nativeBuildInputs = [ pkgconfig python3 wafHook ];