mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
scx-loader: 1.1.1 -> 1.1.2 (#538906)
This commit is contained in:
commit
4b1c0358f9
1 changed files with 3 additions and 3 deletions
|
|
@ -7,15 +7,15 @@
|
||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "scx-loader";
|
pname = "scx-loader";
|
||||||
version = "1.1.1";
|
version = "1.1.2";
|
||||||
|
|
||||||
cargoHash = "sha256-uX2lCVDa8eAKWi/bj94+JQHoOLll0OjKRHT0EPZELNc=";
|
cargoHash = "sha256-jzp1Z64p35Ap6TYuN977up8Ls8Jakfz9CeM5+brgtuQ=";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sched-ext";
|
owner = "sched-ext";
|
||||||
repo = "scx-loader";
|
repo = "scx-loader";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-5OvdtW/Li+ubHDBSKe2ssE9ZyNSCcxNFSJffzxQ9WMk=";
|
hash = "sha256-SFolb2S7HGSsUPxXtiVCv/6N4XNqOU62c3GZX9axk9k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
__structuredAttrs = true;
|
__structuredAttrs = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue