mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
faust: 2.5.21 -> 2.5.23
This commit is contained in:
parent
50fdcd414e
commit
9c7e9ef023
1 changed files with 2 additions and 2 deletions
|
@ -16,13 +16,13 @@ with stdenv.lib.strings;
|
|||
|
||||
let
|
||||
|
||||
version = "2.5.21";
|
||||
version = "2.5.23";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "grame-cncm";
|
||||
repo = "faust";
|
||||
rev = "${version}";
|
||||
sha256 = "1kfrcfhpzkpjxsrvgwmc2valgwfb4b7gfwwnlnjq6f6dp56yflpz";
|
||||
sha256 = "1pci8ac6sqrm3mb3yikmmr3iy35g3nj4iihazif1amqkbdz719rc";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue