mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #225753 from magnetophon/cardinal
Cardinal: 22.12 -> 23.02
This commit is contained in:
commit
130e30de7d
1 changed files with 5 additions and 3 deletions
|
@ -4,6 +4,7 @@
|
|||
, fetchurl
|
||||
, cmake
|
||||
, dbus
|
||||
, fftwFloat
|
||||
, file
|
||||
, freetype
|
||||
, jansson
|
||||
|
@ -27,12 +28,12 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cardinal";
|
||||
version = "22.12";
|
||||
version = "23.02";
|
||||
|
||||
src = fetchurl {
|
||||
url =
|
||||
"https://github.com/DISTRHO/Cardinal/releases/download/${version}/cardinal+deps-${version}.tar.xz";
|
||||
sha256 = "sha256-fyko5cWjBNNaw8qL9uyyRxW5MFXKmOsBoR5u05AWxWY=";
|
||||
"https://github.com/DISTRHO/Cardinal/releases/download/${version}/cardinal-${version}+deps.tar.xz";
|
||||
sha256 = "sha256-5vEWTkEXIMG/re7Ex+YKh+ETLDuc2nihTPpYSg5LdRo=";
|
||||
};
|
||||
|
||||
prePatch = ''
|
||||
|
@ -52,6 +53,7 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
buildInputs = [
|
||||
dbus
|
||||
fftwFloat
|
||||
freetype
|
||||
jansson
|
||||
libGL
|
||||
|
|
Loading…
Reference in a new issue