We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abdb2b1 commit 6822ad5Copy full SHA for 6822ad5
pkgs/by-name/se/sequoia-sq/package.nix
@@ -14,16 +14,16 @@
14
15
rustPlatform.buildRustPackage rec {
16
pname = "sequoia-sq";
17
- version = "0.39.0";
+ version = "0.40.0";
18
19
src = fetchFromGitLab {
20
owner = "sequoia-pgp";
21
repo = "sequoia-sq";
22
rev = "v${version}";
23
- hash = "sha256-nLrwf/4vbASOAyOWlc4X9ZQKFq/Kdh83XadpRuquEA4=";
+ hash = "sha256-RHQPlxkwnj31io417Ro8Jo7RE6OMe9y9TdMIWsYj+pQ=";
24
};
25
26
- cargoHash = "sha256-MnxvuO1KG7X2plFkQ/DNBHnH2cPi1X3SVbvcN8N7ZXk=";
+ cargoHash = "sha256-4OdBYvVIYdfQEm2+TvRXPKgjd6OTY+ViE9N5PkhzfRU=";
27
28
nativeBuildInputs = [
29
pkg-config
0 commit comments