Commit fc1c762b authored by R. RyanTM's avatar R. RyanTM Committed by Jörg Thalheim
Browse files

clap: 1.1.9 -> 1.1.10

parent 56245ef6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "clap";
  version = "1.1.9";
  version = "1.1.10";

  src = fetchFromGitHub {
    owner = "free-audio";
    repo = "clap";
    rev = version;
    hash = "sha256-z2P0U2NkDK1/5oDV35jn/pTXCcspuM1y2RgZyYVVO3w=";
    hash = "sha256-AH3kSCp4Q8Nw3To2vuPuMH/cWm3cmzj2OEH/Azcbdmo=";
  };

  postPatch = ''