cpc: 4.0.0 -> 5.0.0

This commit is contained in:
R. Ryantm
2026-08-03 09:34:12 +00:00
parent a87ccb2409
commit 7f24c4054d
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cpc";
version = "4.0.0";
version = "5.0.0";
src = fetchFromGitHub {
owner = "kasper9n";
repo = "cpc";
tag = "v${finalAttrs.version}";
hash = "sha256-Gd2bFOyPERcwTGurJJDMNrRjFq7smtkgFMGUXxZVwaI=";
hash = "sha256-reaKxnWGg3lIUFjCRwaX4HMb+f8371OFKffpBWR48w0=";
};
cargoHash = "sha256-visApJ3DgQ1ohaQ2IE63bzdf0RuQI4NnpQqspP8WKjg=";
cargoHash = "sha256-DlxJolTdEqeoczIY0utECw1Xjn0LlyMBo6vLwCYhTjA=";
meta = {
mainProgram = "cpc";