ashell: 0.6.0 -> 0.7.0 (#473416)

This commit is contained in:
Gaétan Lepage
2025-12-31 10:42:56 +00:00
committed by GitHub
+3 -3
View File
@@ -14,16 +14,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "ashell";
version = "0.6.0";
version = "0.7.0";
src = fetchFromGitHub {
owner = "MalpenZibo";
repo = "ashell";
tag = version;
hash = "sha256-1PqK+jq0ZioTluwQtEp8rpB/ZNsrvQhLgJiyIM9PQ0k=";
hash = "sha256-nQrBW2pfsExHERGZzJqMG7MskzsJ3zwVyoX6wJZBils=";
};
cargoHash = "sha256-L8RxsDxL8oyR3kz+F/NckGikfNLg+Pa1DI2nFgHL5VM=";
cargoHash = "sha256-F8oh8uQFthx5gex/ovKADO+ukqzIbmlBM5+shej/OTA=";
nativeBuildInputs = [
pkg-config