0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

conan: Fix duplicate hash

This commit is contained in:
Martin Weinelt 2023-01-04 03:07:06 +01:00
parent 556b0dbafd
commit 17ca33ffcc

View file

@ -25,7 +25,7 @@ let newPython = python3.override {
version = "1.5.0";
src = oldAttrs.src.override {
inherit version;
sha256 = "14nz51cqlnxmgfqqilxyvjwwa5xfivdvlm0d0b1qzgcgwdm7an0f";
hash = "sha256-Dlh1auOPvY/DAg1UutuOrhfFudy+04ixe7Vbilko35I=";
};
});
};