scx-loader: 1.1.1 -> 1.1.2 (#538906)

This commit is contained in:
nixpkgs-ci[bot] 2026-07-06 09:30:25 +00:00 committed by GitHub
commit 4b1c0358f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;