Commit 6656ad78 authored by R. RyanTM's avatar R. RyanTM
Browse files

spaceship-prompt: 4.13.3 -> 4.14.0

parent 1362b2c8
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;