Manolis Ragkousis <[email protected]> skribis: > Because I didn't change the sha256 hash after changing the commit > hash, it wasn't downloading the new one, but it was reusing the old > one already present from the previous builds.
Ah right, that’s because /gnu/store is essentially a cache, so it considered that it already had the directory with that hash, and thus didn’t re-download it. > The moment I changed the sha256 hash to the correct one, it downloaded > the correct one and it worked. All ok now. Cool! Ludo’.
