magic-vlsi: Fix hash

This commit is contained in:
Gon Solo
2026-01-29 11:08:05 +01:00
parent 2653f8dbfe
commit 9ebce65cfd
+1 -1
View File
@@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "RTimothyEdwards";
repo = "magic";
tag = finalAttrs.version;
hash = "sha256-5Mh2KUvtBOSab3s/Co/hWjKU4SQmY5UxWfrqqDz3q6c=";
hash = "sha256-o9x29CDOtSQpQvTach6RaTJxRd2iTjyYi94ZjffUxVI=";
leaveDotGit = true;
};