delly: 2.0.0 -> 2.1.0

This commit is contained in:
R. Ryantm
2026-06-18 17:43:17 +00:00
parent e92fe04c47
commit 567c358dc4
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "delly";
version = "2.0.0";
version = "2.1.0";
src = fetchFromGitHub {
owner = "dellytools";
repo = "delly";
rev = "v${finalAttrs.version}";
hash = "sha256-g2brBYSwYQhZ1L1rYCZStWWH76qVSR/NBTEEByr7W5g=";
hash = "sha256-pDylNWYdt7vrQUqaIE2XBopcETAFqHfZP+8mqeoUN+U=";
};
postPatch = lib.optionalString stdenv.cc.isClang ''