3
0
Fork 0
forked from mirrors/nixpkgs

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

sentry-native: 0.5.0 -> 0.5.2
This commit is contained in:
Mario Rodas 2022-10-22 06:16:33 -05:00 committed by GitHub
commit ce090b9b22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "sentry-native";
version = "0.5.0";
version = "0.5.2";
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-native";
rev = version;
sha256 = "sha256-whbzoKIYLwj4yoFaT3frghJd/WzfpolSAuZzQRtnP5E=";
sha256 = "sha256-zSu6jcls1PtoSZNp6VGnXrXS5ViiY6ZghPYWaVwPVtw=";
};
nativeBuildInputs = [ cmake pkg-config ];