Merge pull request #159763 from r-ryantm/auto-update/spaceship-prompt

spaceship-prompt: 3.15.0 -> 3.16.2
This commit is contained in:
Mario Rodas 2022-02-13 06:08:17 -05:00 committed by GitHub
commit 982b4a9399
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "spaceship-prompt";
version = "3.15.0";
version = "3.16.2";
src = fetchFromGitHub {
owner = "denysdovhan";
repo = pname;
rev = "v${version}";
sha256 = "sha256-/9c4o9tdXtDefZ1fA62Y9Sg2cv54YVZGlZ1n6EfQWC4=";
sha256 = "sha256-/b+ko4d4lbjWC2rIjFBPePyzhvfHk4xyg2s86GfFNd4=";
};
dontBuild = true;