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

delly: 1.1.7 -> 1.1.8
This commit is contained in:
Nick Cao 2023-10-25 09:22:20 -04:00 committed by GitHub
commit de2dcc2689
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "delly";
version = "1.1.7";
version = "1.1.8";
src = fetchFromGitHub {
owner = "dellytools";
repo = "delly";
rev = "v${finalAttrs.version}";
hash = "sha256-oBIY8s/ippf+Xw+3QzMwP0Esc/QpiT6yWeAnqpMix6s=";
hash = "sha256-IxZPbcM52E1bzy6msGmka6Ykgc+OLWTMhWBCn0E4mFI=";
};
buildInputs = [