Skip to content

Commit c86abe4

Browse files
authored
1 parent 08e1093 commit c86abe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/se/sentry-native/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation rec {
1111
pname = "sentry-native";
12-
version = "0.7.20";
12+
version = "0.8.1";
1313

1414
src = fetchFromGitHub {
1515
owner = "getsentry";
1616
repo = "sentry-native";
1717
rev = version;
18-
hash = "sha256-fHjunnLBzJK4LaAGTsFkj2kr1qYM9dx8evMewKvnX9Y=";
18+
hash = "sha256-V8fOFn1qic00TgoXB23ZJPldjdC70JHdx+197hH8iZg=";
1919
};
2020

2121
nativeBuildInputs = [

0 commit comments

Comments
 (0)