nixpkgs: 2025-06-27 -> 2025-07-02
This commit is contained in:
@@ -130,10 +130,16 @@ in
|
||||
# # };
|
||||
# };
|
||||
|
||||
# gvfs = super.gvfs.override {
|
||||
# # saves 20 minutes of build time and cross issues, for unused feature
|
||||
# samba = null;
|
||||
# };
|
||||
gvfs = super.gvfs.override {
|
||||
# saves 20 minutes of build time and cross issues, for unused feature
|
||||
# samba = null;
|
||||
# XXX(2025-07-02): avoid cross compilation error on thin-provisioning-tools by disabling the thing which pulls it in.
|
||||
# see: <https://github.com/stratis-storage/devicemapper-rs/issues/965>
|
||||
# however, thin-provisioning-tools uses `devicemapper` crate -- not `devicemapper-sys`;
|
||||
# unclear if `devicemapper` intends to support this; manually enabling the feature did not fix any build error;
|
||||
# my error seems to be that `devicemapper` is compiled _to the wrong platform_ (maybe the issue is in thin-provisioning-tools' build script)
|
||||
udevSupport = false;
|
||||
};
|
||||
|
||||
# haredoc = super.haredoc.override {
|
||||
# hareHook = crossHareHook;
|
||||
|
@@ -14,8 +14,8 @@
|
||||
mkNixpkgs ? import ./mkNixpkgs.nix {},
|
||||
}:
|
||||
mkNixpkgs {
|
||||
rev = "c2d8e89c022da73e133dfb625fd2af968e61766b";
|
||||
sha256 = "sha256-7COgccrBl+gpcK4Z7BtI/zIjK1S5X/msqhpUgbaSueo=";
|
||||
version = "unstable-2025-06-27";
|
||||
rev = "9c10b2210daa0dbdfcc920ad03c07137f1e2f0a8";
|
||||
sha256 = "sha256-TcW9Mg2Wk5mjY97ITfuDOyamJpTs2znmoRQ57ITG40o=";
|
||||
version = "unstable-2025-07-02";
|
||||
branch = "master";
|
||||
}
|
||||
|
@@ -2,8 +2,8 @@
|
||||
mkNixpkgs ? import ./mkNixpkgs.nix {},
|
||||
}:
|
||||
mkNixpkgs {
|
||||
rev = "3196ee540c1c15a6f285f06033db31966a60b6d9";
|
||||
sha256 = "sha256-cdGFN8jSajFQpNbxgCW+xpdTS4i/X3QFXO6uAqJIcyY=";
|
||||
version = "unstable-2025-06-27";
|
||||
rev = "858f9904d5c5077ead03d2ceda31d1d2c720ebaa";
|
||||
sha256 = "sha256-7az9kKM6Vls+x5r64I9CyWZAcDWaYkWMU3tEsf/66II=";
|
||||
version = "unstable-2025-07-02";
|
||||
branch = "staging-next";
|
||||
}
|
||||
|
@@ -2,8 +2,8 @@
|
||||
mkNixpkgs ? import ./mkNixpkgs.nix {},
|
||||
}:
|
||||
mkNixpkgs {
|
||||
rev = "6d81aa24da8f8efd625253074c76bbd7eda127e2";
|
||||
sha256 = "sha256-YvtKg5R3jaw78l/W5qCLnjLmHA2ja7DzLpT43Hhbs1U=";
|
||||
version = "unstable-2025-06-27";
|
||||
rev = "9c22038d81b7d0d77b2ef9b5726dced6404769a0";
|
||||
sha256 = "sha256-ZiyVEX+hbaMnJBCGldQVKTGIByNVlJCStMIE1BCr6Aw=";
|
||||
version = "unstable-2025-07-02";
|
||||
branch = "staging";
|
||||
}
|
||||
|
Reference in New Issue
Block a user