summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiljusti <hiljusti@so.dang.cool>2022-07-03 02:47:00 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-07-04 10:26:20 +0000
commit0a242ce1f8a6b03d0ac9cad5708d85ccdf8b7c0a (patch)
tree2dbd4e074f8fcc17a18e04d7db096b1ba27dd0bb
parentofflineimap: remove optional insecure kerberos dependency (diff)
downloadnixpkgs-origin/backport-179989-to-release-22.05.tar.gz
(cherry picked from commit b4cbc03186a339351bf78eae7a36905ce3ee8252)
-rw-r--r--pkgs/applications/misc/sigi/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/sigi/default.nix b/pkgs/applications/misc/sigi/default.nix
index 827c1b71ff2d..28aaf9dd72c8 100644
--- a/pkgs/applications/misc/sigi/default.nix
+++ b/pkgs/applications/misc/sigi/default.nix
@@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "sigi";
- version = "3.4.0";
+ version = "3.4.2";
src = fetchCrate {
inherit pname version;
- sha256 = "sha256-wqdgrFeB3YuMo/r4ndqRZCz+M1WuUvX2pHHkyNMdnvo=";
+ sha256 = "sha256-YlTawz09i7k5QxaybKSo4IhECs6UdDSNV+ylIJgKPt4=";
};
- cargoSha256 = "sha256-103zhlskzhEj6oUam7YDRWiSPTaV2PPJhzP7QeMBtDQ=";
+ cargoSha256 = "sha256-L4eIGxQTM+sZWXWZDGtSwsCT54CWLbyPQ9b+Jf6s94U=";
nativeBuildInputs = [ installShellFiles ];
# In case anything goes wrong.