mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
sonivox: 3.6.15 -> 3.6.16
This commit is contained in:
parent
58855d6481
commit
1050d07192
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue