Unverified Commit 989f3085 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

spaceship-prompt: 4.13.3 -> 4.14.0
parents 10b2807f 6656ad78
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "spaceship-prompt";
  version = "4.13.3";
  version = "4.14.0";

  src = fetchFromGitHub {
    owner = "denysdovhan";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-uFmGld5paCLNnE9yWgBLtthEBfwwMzlGCJFX6KqGJdw=";
    sha256 = "sha256-aoifMAjJvv1WAlINNkMwCCop6znxyivoD3vQDo/ZbfQ=";
  };

  strictDeps = true;