delly: 1.7.3 -> 2.0.0

This commit is contained in:
R. Ryantm
2026-05-15 15:18:10 +00:00
parent 9b7a014c90
commit bf6951f4e4
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "delly";
version = "1.7.3";
version = "2.0.0";
src = fetchFromGitHub {
owner = "dellytools";
repo = "delly";
rev = "v${finalAttrs.version}";
hash = "sha256-WnZf5JFDv5R//g0dm5riGvhwaqm/Yd7+qVPxseOpJ+Y=";
hash = "sha256-g2brBYSwYQhZ1L1rYCZStWWH76qVSR/NBTEEByr7W5g=";
};
postPatch = lib.optionalString stdenv.cc.isClang ''