delly: 1.3.3 -> 1.5.0

R. Ryantm ca5dbda2 4e603891

+2 -2
+2 -2
pkgs/by-name/de/delly/package.nix
··· 14 14 15 15 stdenv.mkDerivation (finalAttrs: { 16 16 pname = "delly"; 17 - version = "1.3.3"; 17 + version = "1.5.0"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "dellytools"; 21 21 repo = "delly"; 22 22 rev = "v${finalAttrs.version}"; 23 - hash = "sha256-e1dGiJeOLMFJ9oO7iMvKZHpg4XtrLJBpy8lECx5/iDE="; 23 + hash = "sha256-OoQivDDoYtYYPsl5U4hJGE7b+IU/jrqWejiXY5Py4n4="; 24 24 }; 25 25 26 26 postPatch = lib.optionalString stdenv.cc.isClang ''