clotodex
2025-10-06 22:57:54 +02:00
parent adfa692dae
commit 1fca9aa4c2

View File

@@ -14,16 +14,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "ashell";
version = "0.5.0";
version = "0.6.0";
src = fetchFromGitHub {
owner = "MalpenZibo";
repo = "ashell";
tag = version;
hash = "sha256-4OJHnYy3LcABDaSraqoXdTpdfcjRQd+B4hc2AOM/oi8=";
hash = "sha256-1PqK+jq0ZioTluwQtEp8rpB/ZNsrvQhLgJiyIM9PQ0k=";
};
cargoHash = "sha256-6NNWdAUZQY2yPW8OGeQUjOCV+REI+LU2wpJGitqq5hI=";
cargoHash = "sha256-L8RxsDxL8oyR3kz+F/NckGikfNLg+Pa1DI2nFgHL5VM=";
nativeBuildInputs = [
pkg-config