radare2: 5.3.0 -> 5.3.1

(cherry picked from commit 9afd1530d735f58b169e6aaa690b9056817377cd)
This commit is contained in:
Jörg Thalheim 2021-06-11 08:56:51 +02:00
parent 1d7058d82d
commit 07a29b5565
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4
1 changed files with 2 additions and 2 deletions

View File

@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "radare2";
version = "5.3.0";
version = "5.3.1";
src = fetchFromGitHub {
owner = "radare";
repo = "radare2";
rev = version;
sha256 = "sha256-xndnRVlqTB/NH1ROo7xkftLP7DufsJu4CCA9MCOEeng=";
sha256 = "sha256-VS8eG5RXwKtJSLmyaSifopJU7WYGMUcznn+burPqEYE=";
};
postInstall = ''