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.56.1"; version = "2.57.0"; src = fetchFromGitHub { owner = "getsentry"; repo = "sentry-cli"; rev = version; hash = "sha256-2T4HEWEcT8ehy5wQqKlBPx2MyusLYg8eM/fWlZ83HAw="; hash = "sha256-VcWIeWLWQpEDJhF0f95S9sQ0yC1NJqisOmEONINtKeA="; }; doCheck = false; Loading @@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec { pkg-config ]; cargoHash = "sha256-6AM1oGX4q6kHePiS0fsoXPt0b89O9WItIBukPIwapJQ="; cargoHash = "sha256-S+A6v4rva8c7QuWP/5dRzUtJDdWryb8Jmu2J4JurNMM="; 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.56.1"; version = "2.57.0"; src = fetchFromGitHub { owner = "getsentry"; repo = "sentry-cli"; rev = version; hash = "sha256-2T4HEWEcT8ehy5wQqKlBPx2MyusLYg8eM/fWlZ83HAw="; hash = "sha256-VcWIeWLWQpEDJhF0f95S9sQ0yC1NJqisOmEONINtKeA="; }; doCheck = false; Loading @@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec { pkg-config ]; cargoHash = "sha256-6AM1oGX4q6kHePiS0fsoXPt0b89O9WItIBukPIwapJQ="; cargoHash = "sha256-S+A6v4rva8c7QuWP/5dRzUtJDdWryb8Jmu2J4JurNMM="; postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) '' installShellCompletion --cmd sentry-cli \ Loading