mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
selene: 0.14.0 -> 0.15.0
This commit is contained in:
parent
6d6ab8e9ce
commit
9876a8bc4b
@ -10,16 +10,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "selene";
|
pname = "selene";
|
||||||
version = "0.14.0";
|
version = "0.15.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kampfkarren";
|
owner = "kampfkarren";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0c228aakwf679wyxir0jwry3khv7phlaf77w675gn1wr4fxdg5gr";
|
sha256 = "sha256-tA1exZ97N2tAagAljt+MOSGh6objOiqbZXUaBZ62Sls=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-5GODuqjVo3b1SzRgXVBIKec2tSS335EAUAmRlcpbClE=";
|
cargoSha256 = "sha256-4vCKiTWwnibNK6/S1GOYRurgm2Aq1e9o4rAmp0hqGeA=";
|
||||||
|
|
||||||
nativeBuildInputs = lib.optional robloxSupport pkg-config;
|
nativeBuildInputs = lib.optional robloxSupport pkg-config;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user