Skip to content

Commit d93cdaf

Browse files
committed
Bump Nix hashes for 0.3.3
1 parent 04e1471 commit d93cdaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nix/celq.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
rustPlatform.buildRustPackage (finalAttrs: {
1010
pname = "celq";
11-
version = "0.3.2";
11+
version = "0.3.3";
1212

1313
# Fetch from crates.io
1414
src = fetchCrate {
1515
pname = finalAttrs.pname;
1616
version = finalAttrs.version;
17-
sha256 = "sha256-JyJ1lmeHuOZiOd8Fr8gkFmsI/vmkzOW/9Ypqyl/tnhc=";
17+
sha256 = "sha256-UI9+SGIlRH4cQ4/doV3Mvn56xnfKGTrHPDR5ciQiW2Q=";
1818
};
1919

20-
cargoHash = "sha256-IQ40VXhgF02UWAu61BLK/owVWo25rJVAnEm2IxsaVbU=";
20+
cargoHash = "sha256-5bjWea7QopK6MFreea6bDMtvYsJ/gEUPUrVtukpLk/U=";
2121

2222
nativeInstallCheckInputs = [
2323
versionCheckHook

0 commit comments

Comments
 (0)