spades: simplify the fetchpatch2 call

Co-authored-by: Tom <github@thunze.de>
This commit is contained in:
Vladimír Čunát
2026-05-20 12:03:29 +02:00
parent a455a2daa2
commit 8ff60c275d
+1 -2
View File
@@ -25,8 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
# Add missing <cstdint> for uint{8,64}_t to fix build with gcc 15.
(fetchpatch2 {
url = "https://github.com/ablab/spades/commit/10b6af96ead72fdb19e8e524aa24bdcff9986e76.patch?full_index=1";
stripLen = 2;
extraPrefix = "";
relative = "src";
hash = "sha256-yAQVqE6DwPe+GZ4VR1cGytaO8NmHz6TUG7EdtbxIuTU=";
})
];