Loading pkgs/by-name/se/sentry-cli/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,13 +9,13 @@ }: rustPlatform.buildRustPackage rec { pname = "sentry-cli"; version = "2.46.0"; version = "2.50.2"; src = fetchFromGitHub { owner = "getsentry"; repo = "sentry-cli"; rev = version; hash = "sha256-IWDMcmpwKCIE7ogo5upGTtWuF00pFlUwj6RRXTC+RDQ="; hash = "sha256-hYJVfKoUZHfqKHqmF1lZyx5MDkILVsibYLLcb9TZ8yw="; }; doCheck = false; Loading @@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec { pkg-config ]; cargoHash = "sha256-PDDlt0KmPhJWH3Hd9no/cqYdL/QPGdAE2pIj0EXXc70="; cargoHash = "sha256-yAZrjFGSeEA4A0tJZlvyHakbhlZT3gaE6HpKhJzHIFQ="; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd sentry-cli \ Loading Loading
pkgs/by-name/se/sentry-cli/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -9,13 +9,13 @@ }: rustPlatform.buildRustPackage rec { pname = "sentry-cli"; version = "2.46.0"; version = "2.50.2"; src = fetchFromGitHub { owner = "getsentry"; repo = "sentry-cli"; rev = version; hash = "sha256-IWDMcmpwKCIE7ogo5upGTtWuF00pFlUwj6RRXTC+RDQ="; hash = "sha256-hYJVfKoUZHfqKHqmF1lZyx5MDkILVsibYLLcb9TZ8yw="; }; doCheck = false; Loading @@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec { pkg-config ]; cargoHash = "sha256-PDDlt0KmPhJWH3Hd9no/cqYdL/QPGdAE2pIj0EXXc70="; cargoHash = "sha256-yAZrjFGSeEA4A0tJZlvyHakbhlZT3gaE6HpKhJzHIFQ="; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd sentry-cli \ Loading