processing: pin version of processing-website and processing-example repos

This commit is contained in:
Tony Wasserka
2026-02-25 23:43:07 +01:00
parent e47214806c
commit b0cf9126f3
2 changed files with 10 additions and 4 deletions
+4 -4
View File
@@ -54,11 +54,11 @@
}
},
"https://github.com/processing": {
"processing-examples/archive/refs/heads/main": {
"zip": "sha256-wdEtav8l32+dvZfbekLAHFSQs80Zb10Ze3+cU5IBEQM="
"processing-examples/archive/b10c9e9a05a0d6c20d233ca7f30d315b5047720e": {
"zip": "sha256-08ADdtsZ/lkbERbHliM5SSaFcTUnOplJdQx7eYR43qU="
},
"processing-website/archive/refs/heads/main": {
"zip": "sha256-Jn9PVtyrNOvFEaft6igDGu1aFw3zjn4aCHsLf6FBVG8="
"processing-website/archive/f11676d1b7464291a23ae834f2ef6ab00baaed8e": {
"zip": "sha256-MC3Ce5B5bFUA0aCkFQPCMGA5QuUw5vjmSzFnyEfR3Nw="
}
},
"https://jogamp.org/deployment/maven/org/jogamp": {
+6
View File
@@ -125,6 +125,12 @@ stdenv.mkDerivation rec {
dontWrapGApps = true;
postPatch = ''
substituteInPlace app/build.gradle.kts \
--replace-fail "https://github.com/processing/processing-examples/archive/refs/heads/main.zip" "https://github.com/processing/processing-examples/archive/b10c9e9a05a0d6c20d233ca7f30d315b5047720e.zip" \
--replace-fail "https://github.com/processing/processing-website/archive/refs/heads/main.zip" "https://github.com/processing/processing-website/archive/f11676d1b7464291a23ae834f2ef6ab00baaed8e.zip"
'';
buildPhase = ''
runHook preBuild