delly: 1.3.3 -> 1.5.0

R. Ryantm ca5dbda2 4e603891

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