processing: 4.3 -> 4.3.1 (#367025)

authored by Donovan Glover and committed by GitHub 0db04a84 661bd2f3

+3 -3
+3 -3
pkgs/applications/graphics/processing/default.nix
··· 16 16 libGL, 17 17 }: 18 18 let 19 - buildNumber = "1293"; 19 + buildNumber = "1294"; 20 20 vaqua = fetchurl { 21 21 name = "VAqua9.jar"; 22 22 url = "https://violetlib.org/release/vaqua/9/VAqua9.jar"; ··· 61 61 in 62 62 stdenv.mkDerivation rec { 63 63 pname = "processing"; 64 - version = "4.3"; 64 + version = "4.3.1"; 65 65 66 66 src = fetchFromGitHub { 67 67 owner = "processing"; 68 68 repo = "processing4"; 69 69 rev = "processing-${buildNumber}-${version}"; 70 - sha256 = "sha256-SzQemZ6iZ9o89/doV8YMv7DmyPSDyckJl3oyxJyfrm0="; 70 + sha256 = "sha256-nshhPeDXhrvk+2oQ9BPqJTZV9a+OjxeQiO31JAxQ40g="; 71 71 }; 72 72 73 73 nativeBuildInputs = [