hybridreverb2: 2.1.2 -> 2.1.2-unstable-2021-12-19
Use latest development snapshot. The main improvement is the use of default `gcc` instead of `gcc-8`. Without the change `hybridreverb2` will stop linking against modern dependencies once `nixpkgs` upgrades default `gcc`.
This commit is contained in:
parent
0f432c3269
commit
73c42a1253
2 changed files with 5 additions and 6 deletions
|
@ -22,7 +22,8 @@
|
|||
|
||||
let
|
||||
pname = "HybridReverb2";
|
||||
version = "2.1.2";
|
||||
version = "2.1.2-unstable-2021-12-19";
|
||||
rev = "2fc44c419f90133b3fcde71820212b5f281a0ad2";
|
||||
owner = "jpcima";
|
||||
DBversion = "1.0.0";
|
||||
in
|
||||
|
@ -40,8 +41,8 @@ stdenv.mkDerivation rec {
|
|||
src = fetchFromGitHub {
|
||||
inherit owner;
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "16r20plz1w068bgbkrydv01a991ygjybdya3ah7bhp3m5xafjwqb";
|
||||
rev = rev;
|
||||
hash = "sha256-+uwTKHQ3nIWKbBCPtf/axvyW6MU0gemVtd2ZqqiT/w0=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
|
|
|
@ -9284,9 +9284,7 @@ with pkgs;
|
|||
|
||||
hw-probe = perlPackages.callPackage ../tools/system/hw-probe { };
|
||||
|
||||
hybridreverb2 = callPackage ../applications/audio/hybridreverb2 {
|
||||
stdenv = gcc8Stdenv;
|
||||
};
|
||||
hybridreverb2 = callPackage ../applications/audio/hybridreverb2 { };
|
||||
|
||||
hylafaxplus = callPackage ../servers/hylafaxplus {
|
||||
# libtiff >= 4.6 dropped many executables needed by hylafaxplus
|
||||
|
|
Loading…
Reference in a new issue