ashell: 0.5.0 -> 0.6.0
Changelog: https://github.com/MalpenZibo/ashell/releases/tag/0.6.0 Diff: https://github.com/MalpenZibo/ashell/compare/0.5.0...0.6.0
This commit is contained in:
@@ -14,16 +14,16 @@
|
|||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "ashell";
|
pname = "ashell";
|
||||||
version = "0.5.0";
|
version = "0.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "MalpenZibo";
|
owner = "MalpenZibo";
|
||||||
repo = "ashell";
|
repo = "ashell";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-4OJHnYy3LcABDaSraqoXdTpdfcjRQd+B4hc2AOM/oi8=";
|
hash = "sha256-1PqK+jq0ZioTluwQtEp8rpB/ZNsrvQhLgJiyIM9PQ0k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-6NNWdAUZQY2yPW8OGeQUjOCV+REI+LU2wpJGitqq5hI=";
|
cargoHash = "sha256-L8RxsDxL8oyR3kz+F/NckGikfNLg+Pa1DI2nFgHL5VM=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
|||||||
Reference in New Issue
Block a user