Unverified Commit ce791640 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

spaceship-prompt: 4.12.0 -> 4.13.1
parents 0eca9985 f7670281
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.12.0";
  version = "4.13.1";

  src = fetchFromGitHub {
    owner = "denysdovhan";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-ZL6z5pj2xbnUZl4SK7wxiJjheUY79hwDNVYm9+biKZU=";
    sha256 = "sha256-NGm5uM85ThVBSnwMF//drr4GBiYv5JXZU6ZmbjQ2fLU=";
  };

  strictDeps = true;