libsbml: make fetchpatch url reproducible

This commit is contained in:
Peder Bergebakken Sundt
2024-06-12 01:05:15 +02:00
parent 8e1e4c6403
commit feff02cf10
+2 -2
View File
@@ -22,9 +22,9 @@ stdenv.mkDerivation (attrs: {
patches = [
# This should be in next release, remember to remove fetchpatch
(fetchpatch {
(fetchpatch { # https://github.com/sbmlteam/libsbml/pull/358
name = "fix-xmlerror-conversion.patch";
url = "https://github.com/sbmlteam/libsbml/pull/358.patch";
url = "https://github.com/sbmlteam/libsbml/commit/de2f77ee6766fe933a1472200f5e08e7c5ba6f8c.patch";
hash = "sha256-uirG6XJ+w0hqBUEAGDnzhHoVtJVRdN1eqBYeneKMBao=";
})
];