Skip to content

Commit 6ff41a9

Browse files
committed
Bump nix hashes for 0.3.4 release
1 parent 140547d commit 6ff41a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.3";
11+
version = "0.3.4";
1212

1313
# Fetch from crates.io
1414
src = fetchCrate {
1515
pname = finalAttrs.pname;
1616
version = finalAttrs.version;
17-
sha256 = "sha256-UI9+SGIlRH4cQ4/doV3Mvn56xnfKGTrHPDR5ciQiW2Q=";
17+
sha256 = "sha256-nKc7TBu+UvrSZMPd+BOExcDn4RPvQVpq3pcNSeNLFhs=";
1818
};
1919

20-
cargoHash = "sha256-5bjWea7QopK6MFreea6bDMtvYsJ/gEUPUrVtukpLk/U=";
20+
cargoHash = "sha256-7iJ+D5/7O2XPIT5ocidvngd7YqHFhBxUn22SNJ4u2G0=";
2121

2222
nativeInstallCheckInputs = [
2323
versionCheckHook

0 commit comments

Comments
 (0)