From 7e23ec58b924a8b0c438951d9c871fc6a97cd93a Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Fri, 6 Jun 2025 15:10:00 +0200 Subject: [PATCH] ashell -> 0.4.1 -> 0.5.0 Changelog: https://github.com/MalpenZibo/ashell/releases/tag/0.5.0 Diff: https://github.com/MalpenZibo/ashell/compare/0.4.1...0.5.0 --- pkgs/by-name/as/ashell/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/as/ashell/package.nix b/pkgs/by-name/as/ashell/package.nix index a270b3fb92a2..1197f97b5fb6 100644 --- a/pkgs/by-name/as/ashell/package.nix +++ b/pkgs/by-name/as/ashell/package.nix @@ -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