Merge pull request #184723 from r-ryantm/auto-update/sndio

This commit is contained in:
Ben Siraphob
2022-08-02 20:29:42 -07:00
committed by GitHub

View File

@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "sndio";
version = "1.8.1";
version = "1.9.0";
src = fetchurl {
url = "https://www.sndio.org/sndio-${version}.tar.gz";
sha256 = "08b33bbrhbva1lyzzsj5k6ggcqzrfjfhb2n99a0b8b07kqc3f7gq";
sha256 = "sha256-8wgm/JwH42nTkk1fzt9qClPA30rh9atQ/pzygFQPaZo=";
};
nativeBuildInputs = lib.optional stdenv.hostPlatform.isDarwin fixDarwinDylibNames;