Unverified Commit 3e77d468 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

spaceship-prompt: 4.18.0 -> 4.19.0 (#419871)

parents b7e9ff4d 07eb6883
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "spaceship-prompt";
  version = "4.18.0";
  version = "4.19.0";

  src = fetchFromGitHub {
    owner = "denysdovhan";
    repo = "spaceship-prompt";
    rev = "v${version}";
    sha256 = "sha256-ymIOv4GRwDpD3bbs81muzecsrUcKSYaPcR7mcaSYbl8=";
    sha256 = "sha256-g0hiUyGVaUA9Jg5UHFEyf1ioUnMb2cp7tOrtTFLMtvc=";
  };

  strictDeps = true;