Merge pull request #263313 from r-ryantm/auto-update/delly

delly: 1.1.7 -> 1.1.8

authored by Nick Cao and committed by GitHub de2dcc26 1e088c9d

+2 -2
+2 -2
pkgs/applications/science/biology/delly/default.nix
··· 13 13 14 14 stdenv.mkDerivation (finalAttrs: { 15 15 pname = "delly"; 16 - version = "1.1.7"; 16 + version = "1.1.8"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "dellytools"; 20 20 repo = "delly"; 21 21 rev = "v${finalAttrs.version}"; 22 - hash = "sha256-oBIY8s/ippf+Xw+3QzMwP0Esc/QpiT6yWeAnqpMix6s="; 22 + hash = "sha256-IxZPbcM52E1bzy6msGmka6Ykgc+OLWTMhWBCn0E4mFI="; 23 23 }; 24 24 25 25 buildInputs = [