Skip to content

Commit

Permalink
Merge pull request #96138 from r-ryantm/auto-update/radare2-cutter
Browse files Browse the repository at this point in the history
radare2-cutter: 1.11.0 -> 1.11.1
  • Loading branch information
Mic92 committed Aug 26, 2020
2 parents d41c129 + 3a36eb3 commit 272c220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/analysis/radare2/cutter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
pname = "radare2-cutter";
version = "1.11.0";
version = "1.11.1";

src = fetchFromGitHub {
owner = "radareorg";
repo = "cutter";
rev = "v${version}";
sha256 = "1xvdap7hpkjz6rg0ngnql1p18p93b8w9gv130g818nwcjsh9i2y5";
sha256 = "0kscl0yf5qxacqnz3pp47r94yiwnc4rwirnr2x580z10fwhsivki";
};

postUnpack = "export sourceRoot=$sourceRoot/src";
Expand Down

0 comments on commit 272c220

Please sign in to comment.