mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-28 03:09:52 +00:00
conan: fix distro package version
This commit is contained in:
parent
5a434d0034
commit
2eaadfa5be
@ -3,7 +3,7 @@
|
||||
let newPython = python3.override {
|
||||
packageOverrides = self: super: {
|
||||
distro = super.distro.overridePythonAttrs (oldAttrs: rec {
|
||||
version = "1.2.0";
|
||||
version = "1.1.0";
|
||||
src = oldAttrs.src.override {
|
||||
inherit version;
|
||||
sha256 = "1vn1db2akw98ybnpns92qi11v94hydwp130s8753k6ikby95883j";
|
||||
|
Loading…
Reference in New Issue
Block a user