sentry-native: 0.5.4 -> 0.6.0

This commit is contained in:
R. Ryantm 2023-02-23 03:54:52 +00:00
parent 6518cfd667
commit 3216741aa1

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "sentry-native";
version = "0.5.4";
version = "0.6.0";
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-native";
rev = version;
hash = "sha256-qRtr+Og75eowKJjezRSGlRp9Ps2A75zY80IqZMRa4Sw=";
hash = "sha256-43THyqbujbXIW+y8KPkTiLg95XCV8l1fiWfd2V+/Fas=";
};
nativeBuildInputs = [