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

delly: 1.1.8 -> 1.2.6
This commit is contained in:
Weijia Wang 2024-01-03 18:29:26 +01:00 committed by GitHub
commit a9c97eaee7
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.8";
version = "1.2.6";
src = fetchFromGitHub {
owner = "dellytools";
repo = "delly";
rev = "v${finalAttrs.version}";
hash = "sha256-IxZPbcM52E1bzy6msGmka6Ykgc+OLWTMhWBCn0E4mFI=";
hash = "sha256-OO5nnaIcfNAV8pc03Z8YS5kE96bFOrJXA9QTiLi7vPc=";
};
buildInputs = [