We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e1471 commit d93cdafCopy full SHA for d93cdaf
nix/celq.nix
@@ -8,16 +8,16 @@
8
9
rustPlatform.buildRustPackage (finalAttrs: {
10
pname = "celq";
11
- version = "0.3.2";
+ version = "0.3.3";
12
13
# Fetch from crates.io
14
src = fetchCrate {
15
pname = finalAttrs.pname;
16
version = finalAttrs.version;
17
- sha256 = "sha256-JyJ1lmeHuOZiOd8Fr8gkFmsI/vmkzOW/9Ypqyl/tnhc=";
+ sha256 = "sha256-UI9+SGIlRH4cQ4/doV3Mvn56xnfKGTrHPDR5ciQiW2Q=";
18
};
19
20
- cargoHash = "sha256-IQ40VXhgF02UWAu61BLK/owVWo25rJVAnEm2IxsaVbU=";
+ cargoHash = "sha256-5bjWea7QopK6MFreea6bDMtvYsJ/gEUPUrVtukpLk/U=";
21
22
nativeInstallCheckInputs = [
23
versionCheckHook
0 commit comments