sentry-native: 0.7.6 -> 0.7.7

This commit is contained in:
R. Ryantm 2024-07-26 07:35:01 +00:00
parent 1dc7177062
commit aad380767c

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "sentry-native";
version = "0.7.6";
version = "0.7.7";
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-native";
rev = version;
hash = "sha256-yriFV6OLk+miaKKWQKd08MmwDx0blkiiyq6gQHUaNWE=";
hash = "sha256-5hrjwDeJH2XuPa/vVJGC45AmBT4s0aeSiE46iDKHsUk=";
};
nativeBuildInputs = [