radare2: 5.3.0 -> 5.3.1

This commit is contained in:
Jörg Thalheim 2021-06-11 08:56:51 +02:00
parent a5d03577f0
commit 9afd1530d7
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

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 = ''