delly: 1.3.3 -> 1.5.0 (#429621)

This commit is contained in:
Wolfgang Walther
2025-08-14 18:41:24 +00:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "delly";
version = "1.3.3";
version = "1.5.0";
src = fetchFromGitHub {
owner = "dellytools";
repo = "delly";
rev = "v${finalAttrs.version}";
hash = "sha256-e1dGiJeOLMFJ9oO7iMvKZHpg4XtrLJBpy8lECx5/iDE=";
hash = "sha256-OoQivDDoYtYYPsl5U4hJGE7b+IU/jrqWejiXY5Py4n4=";
};
postPatch = lib.optionalString stdenv.cc.isClang ''