ashell -> 0.4.1 -> 0.5.0 (#414514)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-21 11:06:50 +02:00
committed by GitHub
+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