rizin: 0.3.0 -> 0.3.1
This commit is contained in:
parent
2853aa3477
commit
e6f7d88851
1 changed files with 2 additions and 2 deletions
|
@ -23,11 +23,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "rizin";
|
||||
version = "0.3.0";
|
||||
version = "0.3.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/rizinorg/rizin/releases/download/v${version}/rizin-src-v${version}.tar.xz";
|
||||
sha256 = "sha256-+XW12VIaRfRkLc3Li6ItF4VQfWLNRvxZW2VGtxVYJxY=";
|
||||
sha256 = "sha256-muS3+cR75jZl/Q5ZN1srEPg8NxVquwRMpNYcHw/Ij34=";
|
||||
};
|
||||
|
||||
mesonFlags = [
|
||||
|
|
Loading…
Reference in a new issue