Loading pkgs/applications/misc/sigi/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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. Loading @@ -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 ]; }; Loading Loading
pkgs/applications/misc/sigi/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -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. Loading @@ -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 ]; }; Loading