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-03 18:33:36 +0000
commitd61c193ac85e5fb7bd6c9a6b9fdf2f609c14c5e8 (patch)
tree2168b929ca9c4979b8031e5cc3c6d648a42d68bd
parentMerge pull request #179915 from NixOS/backport-179907-to-release-21.11 (diff)
downloadnixpkgs-origin/backport-179989-to-release-21.11.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 0e81e36efe24..ca5fc0f36758 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.