Skip to content

Commit 4adcbbf

Browse files
committed
Bump Nix hashes for 0.4.0
1 parent 3b44268 commit 4adcbbf

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

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

20-
cargoHash = "sha256-7iJ+D5/7O2XPIT5ocidvngd7YqHFhBxUn22SNJ4u2G0=";
20+
cargoHash = "sha256-cUpf9/h95MD36xQaRPwg2Fz9lQVxK+q8ftP4B4gJEOc=";
2121

2222
nativeInstallCheckInputs = [
2323
versionCheckHook

0 commit comments

Comments
 (0)