We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140547d commit 6ff41a9Copy full SHA for 6ff41a9
1 file changed
nix/celq.nix
@@ -8,16 +8,16 @@
8
9
rustPlatform.buildRustPackage (finalAttrs: {
10
pname = "celq";
11
- version = "0.3.3";
+ version = "0.3.4";
12
13
# Fetch from crates.io
14
src = fetchCrate {
15
pname = finalAttrs.pname;
16
version = finalAttrs.version;
17
- sha256 = "sha256-UI9+SGIlRH4cQ4/doV3Mvn56xnfKGTrHPDR5ciQiW2Q=";
+ sha256 = "sha256-nKc7TBu+UvrSZMPd+BOExcDn4RPvQVpq3pcNSeNLFhs=";
18
};
19
20
- cargoHash = "sha256-5bjWea7QopK6MFreea6bDMtvYsJ/gEUPUrVtukpLk/U=";
+ cargoHash = "sha256-7iJ+D5/7O2XPIT5ocidvngd7YqHFhBxUn22SNJ4u2G0=";
21
22
nativeInstallCheckInputs = [
23
versionCheckHook
0 commit comments