cargo-web: 0.6.25 -> 0.6.26
This commit is contained in:
parent
5e3334bc55
commit
b5977ddd8e
@ -4,16 +4,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-web";
|
pname = "cargo-web";
|
||||||
version = "0.6.25";
|
version = "0.6.26";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "koute";
|
owner = "koute";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0q77bryc7ap8gb4rzp9xk8ngqwxh106qn7899g30lwxycnyii0mf";
|
sha256 = "1dl5brj5fnmxmwl130v36lvy4j64igdpdvjwmxw3jgg2c6r6b7cd";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "1f4sj260q4rlzbajwimya1yhh90hmmbhr47yfg9i8xcv5cg0cqjn";
|
cargoSha256 = "1cbyy9rc33f69hbs0ff00v0v3p92f3lqq8ma5aqid5dm6d8l2dx5";
|
||||||
|
|
||||||
nativeBuildInputs = [ openssl perl pkgconfig ];
|
nativeBuildInputs = [ openssl perl pkgconfig ];
|
||||||
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ CoreServices Security ];
|
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ CoreServices Security ];
|
||||||
@ -22,7 +22,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
description = "A Cargo subcommand for the client-side Web";
|
description = "A Cargo subcommand for the client-side Web";
|
||||||
homepage = https://github.com/koute/cargo-web;
|
homepage = https://github.com/koute/cargo-web;
|
||||||
license = with licenses; [ asl20 /* or */ mit ];
|
license = with licenses; [ asl20 /* or */ mit ];
|
||||||
maintainers = [ maintainers.kevincox ];
|
maintainers = with maintainers; [ kevincox ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user