diff options
| author | hiljusti <hiljusti@so.dang.cool> | 2022-09-21 21:35:15 -0700 |
|---|---|---|
| committer | K900 <me@0upti.me> | 2022-09-24 19:24:12 +0300 |
| commit | 58ebb5df3b7469fc6a23e1d7dc7524cb8a3a0fa4 (patch) | |
| tree | f862bb07ac8293f2bf1ad94bba8646ae05ec0cf4 | |
| parent | Merge pull request #192758 from NixOS/backport-192460-to-release-22.05 (diff) | |
| download | nixpkgs-origin/backport-192372-to-release-22.05.tar.gz | |
sigi: 3.4.3 -> 3.4.3origin/backport-192372-to-release-22.05
(cherry picked from commit c01be786c9475421ed73eb40d99dcbe0f10271c1)
| -rw-r--r-- | pkgs/applications/misc/sigi/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/sigi/default.nix b/pkgs/applications/misc/sigi/default.nix index 28aaf9dd72c8..5b5bf57870df 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.2"; + version = "3.4.3"; src = fetchCrate { inherit pname version; - sha256 = "sha256-YlTawz09i7k5QxaybKSo4IhECs6UdDSNV+ylIJgKPt4="; + sha256 = "sha256-CDu/tllCwmt+UO4ae1uFkR4KKCWdxM4aW1O7oY59qHE="; }; - cargoSha256 = "sha256-L4eIGxQTM+sZWXWZDGtSwsCT54CWLbyPQ9b+Jf6s94U="; + cargoSha256 = "sha256-pMOaw7Ra78aRisYF9ttbpjB/cbylpzZXw8DtBqn5Tjo="; nativeBuildInputs = [ installShellFiles ]; # In case anything goes wrong. |
