Loading pkgs/by-name/pr/processing/deps.json +4 −4 Original line number Diff line number Diff line Loading @@ -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": { Loading pkgs/by-name/pr/processing/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/by-name/pr/processing/deps.json +4 −4 Original line number Diff line number Diff line Loading @@ -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": { Loading
pkgs/by-name/pr/processing/package.nix +6 −0 Original line number Diff line number Diff line Loading @@ -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 Loading