camilladsp: 3.0.1 -> 4.0.0 (#504201)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-27 19:46:20 +00:00
committed by GitHub
2 changed files with 1544 additions and 1348 deletions
+1542 -1346
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -12,13 +12,13 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "camilladsp";
version = "3.0.1";
version = "4.0.0";
src = fetchFromGitHub {
owner = "HEnquist";
repo = "camilladsp";
tag = "v${finalAttrs.version}";
hash = "sha256-IJ1sYprBh8ys1Og3T3newIDlBlR0PoQiblbJmzLbsfs=";
hash = "sha256-JBqjFpk+KVc2ajTqkC2ompbs7oQEsba+n2zNOwxL2Uo=";
};
cargoLock = {