delly: 1.2.9 -> 1.3.1

This commit is contained in:
R. Ryantm 2024-10-09 12:33:11 +00:00
parent eb9f4a34ae
commit ce83463c27

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "delly";
version = "1.2.9";
version = "1.3.1";
src = fetchFromGitHub {
owner = "dellytools";
repo = "delly";
rev = "v${finalAttrs.version}";
hash = "sha256-HeLqf/bUkZQJrW1LHl3XmecW3wS3QmjifoH34VNr3A4=";
hash = "sha256-RqiZzbFsj8g6kptpztW7EsYYzIyHgM9kOCIsq1PiPD8=";
};
postPatch = lib.optionalString stdenv.cc.isClang ''