about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-01-05 08:49:20 -0500
committerGitHub <noreply@github.com>2023-01-05 08:49:20 -0500
commiteda35f193e526d557a1a9929a4141979df601337 (patch)
treed6c7a8502b1b9e9f028611bc771f4ce6f6c088c2
parent9d8172b9402c95f11d032d2567ced8677dc3319e (diff)
parent26c2e0b4f1604cdbbd7d256c27952c0a14162a38 (diff)
Merge pull request #209079 from hiljusti/update/sigi-3.6.0
sigi: 3.5.0 -> 3.6.0
-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 132b8f0ab9e4e..3eb965e36f115 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.5.0";
+  version = "3.6.0";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-VUf5fCVOZCn0iY51eBS/fIvlxQF+BY+k75I+NY7yqzM=";
+    sha256 = "sha256-VhBrSepJdwJRu+AqXWUzdDO4ukJPeoZr07B/X8Jr/RA=";
   };
 
-  cargoSha256 = "sha256-ivSVcpUDGK0dJDy+jY7BYQIFCXu/npV0MiNe3nlsUho=";
+  cargoSha256 = "sha256-R1U0ZYQMA1VFd5zEjFzl5QhwqqEMaCFb/5H509IBj60=";
   nativeBuildInputs = [ installShellFiles ];
 
   # In case anything goes wrong.