cutter: 2.0.3 -> 2.0.4

main
Renaud 2 years ago committed by GitHub
parent e6f7d88851
commit 1307805c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/tools/analysis/rizin/cutter.nix

@ -11,13 +11,13 @@
mkDerivation rec {
pname = "cutter";
version = "2.0.3";
version = "2.0.4";
src = fetchFromGitHub {
owner = "rizinorg";
repo = "cutter";
rev = "v${version}";
sha256 = "sha256-OC04d3j8Dfsob1dUjNBc1pSQFxJlexzWJ4v0V3QNkno=";
sha256 = "sha256-Z5mqLkeA7AZnvKdpdRzaYfNMsGUI7i7wPTXVyIRYwxI=";
fetchSubmodules = true;
};

Loading…
Cancel
Save