cvc4: change src.repo to reflect rename (#471650)

This commit is contained in:
Vincent Laporte
2025-12-17 20:26:34 +00:00
committed by GitHub
+1 -1
View File
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "cvc4";
repo = "cvc4";
repo = "cvc4-archived";
rev = version;
sha256 = "1rhs4pvzaa1wk00czrczp58b2cxfghpsnq534m0l3snnya2958jp";
};