Merge pull request #130684 from r-ryantm/auto-update/csound

csound: 6.16.0 -> 6.16.2

authored by Ben Siraphob and committed by GitHub fd7c98bd 89a807f4

+2 -2
+2 -2
pkgs/applications/audio/csound/default.nix
··· 17 # When updating, please check if https://github.com/csound/csound/issues/1078 18 # has been fixed in the new version so we can use the normal fluidsynth 19 # version and remove fluidsynth 1.x from nixpkgs again. 20 - version = "6.16.0"; 21 22 hardeningDisable = [ "format" ]; 23 ··· 25 owner = "csound"; 26 repo = "csound"; 27 rev = version; 28 - sha256 = "sha256-1+P2W8auc34sNJdKHUcilOBCK+Is9GHnM+J+M4oNR3U="; 29 }; 30 31 cmakeFlags = [ "-DBUILD_CSOUND_AC=0" ] # fails to find Score.hpp
··· 17 # When updating, please check if https://github.com/csound/csound/issues/1078 18 # has been fixed in the new version so we can use the normal fluidsynth 19 # version and remove fluidsynth 1.x from nixpkgs again. 20 + version = "6.16.2"; 21 22 hardeningDisable = [ "format" ]; 23 ··· 25 owner = "csound"; 26 repo = "csound"; 27 rev = version; 28 + sha256 = "sha256-1rcS3kOspU9ACx45yB8betph4G0hso1OSJQRiabX6tE="; 29 }; 30 31 cmakeFlags = [ "-DBUILD_CSOUND_AC=0" ] # fails to find Score.hpp