We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b44268 commit 4adcbbfCopy full SHA for 4adcbbf
1 file changed
nix/celq.nix
@@ -8,16 +8,16 @@
8
9
rustPlatform.buildRustPackage (finalAttrs: {
10
pname = "celq";
11
- version = "0.3.4";
+ version = "0.4.0";
12
13
# Fetch from crates.io
14
src = fetchCrate {
15
pname = finalAttrs.pname;
16
version = finalAttrs.version;
17
- sha256 = "sha256-nKc7TBu+UvrSZMPd+BOExcDn4RPvQVpq3pcNSeNLFhs=";
+ sha256 = "sha256-54lMkgGch7GwpuOmH2y67VNLTC1hMbhkqjLf94DoekA=";
18
};
19
20
- cargoHash = "sha256-7iJ+D5/7O2XPIT5ocidvngd7YqHFhBxUn22SNJ4u2G0=";
+ cargoHash = "sha256-cUpf9/h95MD36xQaRPwg2Fz9lQVxK+q8ftP4B4gJEOc=";
21
22
nativeInstallCheckInputs = [
23
versionCheckHook
0 commit comments