Merge pull request #183168 from r-ryantm/auto-update/cardinal

cardinal: 22.06 -> 22.07
This commit is contained in:
Mario Rodas 2022-07-28 13:47:38 -05:00 committed by GitHub
commit 1d45033d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,12 +21,12 @@
stdenv.mkDerivation rec {
pname = "cardinal";
version = "22.06";
version = "22.07";
src = fetchurl {
url =
"https://github.com/DISTRHO/Cardinal/releases/download/${version}/cardinal+deps-${version}.tar.xz";
sha256 = "sha256-h7pNoLpB7XkWHZUCQfvJsSnOn37DcP9xuH9kxtfmCos=";
sha256 = "sha256-4PpqGfycIwJ7g7gnogPYUO1BnlW7dkwYzw/9QV3R3+g=";
};
prePatch = ''