Unverified Commit 8b3a559f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

spaceship-prompt: 4.13.2 -> 4.13.3
parents a2d0d0d1 1dc04367
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.2";
  version = "4.13.3";

  src = fetchFromGitHub {
    owner = "denysdovhan";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-mCztJ35HTsbN7Uv6ivnAC6+CAPBt8lujNci2HD1oax4=";
    sha256 = "sha256-uFmGld5paCLNnE9yWgBLtthEBfwwMzlGCJFX6KqGJdw=";
  };

  strictDeps = true;