Unverified Commit f2cad6fe authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

sonivox: 3.6.15 -> 3.6.16 (#398361)

parents 063cad74 1050d071
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "sonivox";
  version = "3.6.15";
  version = "3.6.16";

  src = fetchFromGitHub {
    owner = "pedrolcl";
    repo = "sonivox";
    rev = "v${version}";
    hash = "sha256-k+EhhLFp+ehptjDS8ZHvo5tfFxmSCA2lFTjkWFLi+cs=";
    hash = "sha256-2OWlm1GZI08OeiG3AswRyvguv9MUYo1dLo6QUPr3r3s=";
  };

  nativeBuildInputs = [ cmake ];