delly: 1.3.1 -> 1.3.2

This commit is contained in:
R. Ryantm
2024-12-06 12:52:11 +00:00
parent e574201552
commit ccbc75e3e9
+2 -2
View File
@@ -13,13 +13,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "delly";
version = "1.3.1";
version = "1.3.2";
src = fetchFromGitHub {
owner = "dellytools";
repo = "delly";
rev = "v${finalAttrs.version}";
hash = "sha256-RqiZzbFsj8g6kptpztW7EsYYzIyHgM9kOCIsq1PiPD8=";
hash = "sha256-nMMEQwsaRidv5MMbGF2s1wuRQX2COvWsJA67N8HiCZA=";
};
postPatch = lib.optionalString stdenv.cc.isClang ''