Jost Alemann
2025-06-06 15:10:00 +02:00
parent a4ff0e3c64
commit 7e23ec58b9
+3 -3
View File
@@ -14,17 +14,17 @@
}:
rustPlatform.buildRustPackage rec {
pname = "ashell";
version = "0.4.1";
version = "0.5.0";
src = fetchFromGitHub {
owner = "MalpenZibo";
repo = "ashell";
tag = version;
hash = "sha256-J97MRYYkNx8Ze4vcxZTDVOSQLCANyIBcDtqZEsEZ80w=";
hash = "sha256-4OJHnYy3LcABDaSraqoXdTpdfcjRQd+B4hc2AOM/oi8=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-XDcCCKq/NOzaKTDwVu0GCeGV70IlJ2TvD0w8ib+lEhg=";
cargoHash = "sha256-6NNWdAUZQY2yPW8OGeQUjOCV+REI+LU2wpJGitqq5hI=";
nativeBuildInputs = [
pkg-config