about summary refs log tree commit diff
path: root/pkgs/applications/misc/sigi/default.nix
diff options
context:
space:
mode:
authorhiljusti <hiljusti@so.dang.cool>2022-11-11 22:31:24 -0800
committerhiljusti <hiljusti@so.dang.cool>2022-11-12 15:57:05 -0800
commit3f76f26bef306f4184884fe92ece36b6f9975996 (patch)
treea5e99cede3820cbc5875eb92664e4872601eff55 /pkgs/applications/misc/sigi/default.nix
parent1090462258b94bf22b06b8389de09847e26e5c72 (diff)
sigi: 3.4.3 -> 3.5.0
Diffstat (limited to 'pkgs/applications/misc/sigi/default.nix')
-rw-r--r--pkgs/applications/misc/sigi/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/misc/sigi/default.nix b/pkgs/applications/misc/sigi/default.nix
index 5b5bf57870df2..132b8f0ab9e4e 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.3";
+  version = "3.5.0";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-CDu/tllCwmt+UO4ae1uFkR4KKCWdxM4aW1O7oY59qHE=";
+    sha256 = "sha256-VUf5fCVOZCn0iY51eBS/fIvlxQF+BY+k75I+NY7yqzM=";
   };
 
-  cargoSha256 = "sha256-pMOaw7Ra78aRisYF9ttbpjB/cbylpzZXw8DtBqn5Tjo=";
+  cargoSha256 = "sha256-ivSVcpUDGK0dJDy+jY7BYQIFCXu/npV0MiNe3nlsUho=";
   nativeBuildInputs = [ installShellFiles ];
 
   # In case anything goes wrong.
@@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "Organizing CLI for people who don't love organizing.";
-    homepage = "https://github.com/hiljusti/sigi";
+    homepage = "https://github.com/sigi-cli/sigi";
     license = licenses.gpl2;
     maintainers = with maintainers; [ hiljusti ];
   };