scx-loader: 1.1.1 -> 1.1.2

This commit is contained in:
R. Ryantm 2026-07-06 08:09:32 +00:00
commit c3d1ce58f0

View file

@ -7,15 +7,15 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "scx-loader";
version = "1.1.1";
version = "1.1.2";
cargoHash = "sha256-uX2lCVDa8eAKWi/bj94+JQHoOLll0OjKRHT0EPZELNc=";
cargoHash = "sha256-jzp1Z64p35Ap6TYuN977up8Ls8Jakfz9CeM5+brgtuQ=";
src = fetchFromGitHub {
owner = "sched-ext";
repo = "scx-loader";
tag = "v${finalAttrs.version}";
hash = "sha256-5OvdtW/Li+ubHDBSKe2ssE9ZyNSCcxNFSJffzxQ9WMk=";
hash = "sha256-SFolb2S7HGSsUPxXtiVCv/6N4XNqOU62c3GZX9axk9k=";
};
__structuredAttrs = true;