Unverified Commit b7c2803f authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #232363 from r-ryantm/auto-update/cutter

cutter: 2.2.0 -> 2.2.1
parents dea2c249 ae2918bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

mkDerivation rec {
  pname = "cutter";
  version = "2.2.0";
  version = "2.2.1";

  src = fetchFromGitHub {
    owner = "rizinorg";
    repo = "cutter";
    rev = "v${version}";
    hash = "sha256-TgYX7FKTi5FBlCRDskGC/OUyh5yvS0nsLUtfCCC4S1w=";
    hash = "sha256-rzMLPkL382webds7cnfanHy9BsV+8ARkl6aES5ckmO4=";
    fetchSubmodules = true;
  };