mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2024-11-22 21:31:03 +00:00
cloneit: 0.1.0 -> 0-unstable-2024-06-28; modernize derivationa
This commit is contained in:
parent
fbcd07e6bd
commit
a108f52443
1 changed files with 6 additions and 6 deletions
|
@ -6,21 +6,20 @@
|
||||||
openssl,
|
openssl,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage {
|
||||||
pname = "cloneit";
|
pname = "cloneit";
|
||||||
version = "0.1.0";
|
version = "0-unstable-2024-06-28";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alok8bb";
|
owner = "alok8bb";
|
||||||
repo = "cloneit";
|
repo = "cloneit";
|
||||||
rev = version;
|
rev = "6198556e810d964cc5938c446ef42fc21b55fe0b";
|
||||||
sha256 = "CyR/vdg6xqlxmv8jOXka3JIBhi8zafHiBOL67XLf5KM=";
|
sha256 = "sha256-RP0/kquAlSwRMeB6cjvS5JB9qfdkT8IKLVxaxrmzJ+0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "zhsFIU7gmP4gR5NhrFslFSvYIXH1fxJLZU8nV67PluQ=";
|
cargoHash = "sha256-XXcqmDPEQUm4YBqY5+06X55ym3o3RqE7fNSiR4n+iyc=";
|
||||||
|
|
||||||
nativeBuildInputs = [pkg-config];
|
nativeBuildInputs = [pkg-config];
|
||||||
|
|
||||||
buildInputs = [openssl];
|
buildInputs = [openssl];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
@ -28,5 +27,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://github.com/alok8bb/cloneit";
|
homepage = "https://github.com/alok8bb/cloneit";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [NotAShelf];
|
maintainers = with lib.maintainers; [NotAShelf];
|
||||||
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue