Skip to content

Commit 8845b00

Browse files
authored
capstone: 5.0.3 -> 5.0.5 (#374806)
2 parents 6db9767 + 15fc381 commit 8845b00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/capstone/default.nix

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

99
stdenv.mkDerivation rec {
1010
pname = "capstone";
11-
version = "5.0.3";
11+
version = "5.0.5";
1212

1313
src = fetchFromGitHub {
1414
owner = "capstone-engine";
1515
repo = "capstone";
1616
rev = version;
17-
hash = "sha256-LZ10czBn5oaKMHQ8xguC6VZa7wvEgPRu6oWt/22QaDs=";
17+
hash = "sha256-VGqqrixg7LaqRWTAEBzpC+gUTchncz3Oa2pSq8GLskI=";
1818
};
1919

2020
cmakeFlags =

0 commit comments

Comments
 (0)