puredata: 0.54-1 -> 0.55-2

This release includes a patch that fixes `pd` when running with GUI on
`aarch64-linux`.
This commit is contained in:
mitchmindtree
2025-04-17 19:34:38 +01:00
parent f1e64b53b2
commit 53c6bb5471
+2 -2
View File
@@ -14,11 +14,11 @@
stdenv.mkDerivation rec {
pname = "puredata";
version = "0.54-1";
version = "0.55-2";
src = fetchurl {
url = "http://msp.ucsd.edu/Software/pd-${version}.src.tar.gz";
hash = "sha256-hcPUvTYgtAHntdWEeHoFIIKylMTE7us1g9dwnZP9BMI=";
hash = "sha256-EIKX+NHdGQ346LtKSsNIeSrM9wT5ogUtk8uoybi7Wls=";
};
patches = [