cardinal: 22.10 -> 22.11

This commit is contained in:
R. Ryantm 2022-11-28 07:11:14 +00:00 committed by Bobby Rong
parent 7ee4609e90
commit fc14c1bbb1

View File

@ -21,12 +21,12 @@
stdenv.mkDerivation rec {
pname = "cardinal";
version = "22.10";
version = "22.11";
src = fetchurl {
url =
"https://github.com/DISTRHO/Cardinal/releases/download/${version}/cardinal+deps-${version}.tar.xz";
sha256 = "sha256-qr6akeSN0y6cDVZ8Y6SNuJ8OnAuwrlJL1pqhPPJ+/EQ=";
sha256 = "sha256-xYQi209whY5/lN+6Fp7PTp7JSzL6RS6VL+Exst7RrS0=";
};
prePatch = ''