cpc: 4.0.0 -> 5.0.0
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user