refactor: overlay

This commit is contained in:
2025-07-04 21:32:45 +08:00
parent e79ed0f643
commit 667af5a5a6

View File

@@ -14,15 +14,17 @@
) )
''; '';
sing-box.__output.version.__assign = "unstable-2024-08-16"; sing-box.__assign = prev.sing-box.overrideAttrs {
sing-box.__output.src.__assign = final.fetchFromGitHub { version = "unstable-2024-08-16";
src = final.fetchFromGitHub {
owner = "PuerNya"; owner = "PuerNya";
repo = "sing-box"; repo = "sing-box";
rev = "067c81a73e1fb7b6edbc58e6b06b8b943fa6c40a"; rev = "067c81a73e1fb7b6edbc58e6b06b8b943fa6c40a";
hash = "sha256-03mkClYVAfAatfYJ1OuM1OvABj/fgbseqK8jPbBtI8g="; hash = "sha256-03mkClYVAfAatfYJ1OuM1OvABj/fgbseqK8jPbBtI8g=";
}; };
sing-box.__output.vendorHash.__assign = "sha256-ZWFZkVRtybQAK9oZRIMBGeDfxXTV7kzXwNSbkvslMFk="; vendorHash = "sha256-ZWFZkVRtybQAK9oZRIMBGeDfxXTV7kzXwNSbkvslMFk=";
sing-box.__output.postInstall.__assign = ""; postInstall = "";
};
}; };
# this allows us to access specific version of nixpkgs # this allows us to access specific version of nixpkgs