ashell -> 0.4.1 -> 0.5.0 (#414514)

authored by Peder Bergebakken Sundt and committed by GitHub 850ef643 aacab911

+3 -3
+3 -3
pkgs/by-name/as/ashell/package.nix
··· 14 14 }: 15 15 rustPlatform.buildRustPackage rec { 16 16 pname = "ashell"; 17 - version = "0.4.1"; 17 + version = "0.5.0"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "MalpenZibo"; 21 21 repo = "ashell"; 22 22 tag = version; 23 - hash = "sha256-J97MRYYkNx8Ze4vcxZTDVOSQLCANyIBcDtqZEsEZ80w="; 23 + hash = "sha256-4OJHnYy3LcABDaSraqoXdTpdfcjRQd+B4hc2AOM/oi8="; 24 24 }; 25 25 26 26 useFetchCargoVendor = true; 27 - cargoHash = "sha256-XDcCCKq/NOzaKTDwVu0GCeGV70IlJ2TvD0w8ib+lEhg="; 27 + cargoHash = "sha256-6NNWdAUZQY2yPW8OGeQUjOCV+REI+LU2wpJGitqq5hI="; 28 28 29 29 nativeBuildInputs = [ 30 30 pkg-config