cardinal: 24.05 -> 24.09 (#344357)

This commit is contained in:
lassulus 2024-09-25 11:16:30 +02:00 committed by GitHub
commit 87ce0d469b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,11 +26,11 @@
stdenv.mkDerivation rec {
pname = "cardinal";
version = "24.05";
version = "24.09";
src = fetchurl {
url = "https://github.com/DISTRHO/Cardinal/releases/download/${version}/cardinal+deps-${version}.tar.xz";
hash = "sha256-ZUJI5utUtST+idlL7WKBIs850EpK98cnmO47g8/iZcI=";
hash = "sha256-vJxKtZ0rVjf0RJfTNRxpzps1F2k0hHuiPnd1OwpULhQ=";
};
prePatch = ''