cutter: 2.0.2 -> 2.0.3

+2 -2
+2 -2
pkgs/development/tools/analysis/rizin/cutter.nix
··· 11 11 12 12 mkDerivation rec { 13 13 pname = "cutter"; 14 - version = "2.0.2"; 14 + version = "2.0.3"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "rizinorg"; 18 18 repo = "cutter"; 19 19 rev = "v${version}"; 20 - sha256 = "sha256-CVVUXx6wt9vH3B7NrrlRGnOIrhXQPjV7GmX3O+KtMSM="; 20 + sha256 = "sha256-OC04d3j8Dfsob1dUjNBc1pSQFxJlexzWJ4v0V3QNkno="; 21 21 fetchSubmodules = true; 22 22 }; 23 23