Unverified Commit 1e80cf4a authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #213376 from r-ryantm/auto-update/sentry-native

sentry-native: 0.5.3 -> 0.5.4
parents a4acf73f 17706cba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
  pname = "sentry-native";
  version = "0.5.3";
  version = "0.5.4";

  src = fetchFromGitHub {
    owner = "getsentry";
    repo = "sentry-native";
    rev = version;
    hash = "sha256-zeJGgtqEITK1fQtqFXwh+kpaS9Ky+RSY/uxZ2as8YyM=";
    hash = "sha256-qRtr+Og75eowKJjezRSGlRp9Ps2A75zY80IqZMRa4Sw=";
  };

  nativeBuildInputs = [