Unverified Commit 042205bc authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

spaceship-prompt: 4.16.1 -> 4.16.2 (#345215)

parents 36314b11 a10c8553
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.16.1";
  version = "4.16.2";

  src = fetchFromGitHub {
    owner = "denysdovhan";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-pGjVhFBDreVSY3RSqVZTVFeJst6+PhdDGlYqoDrbQgI=";
    sha256 = "sha256-2CuGiPXZ4C/KvHho08jz0RCdUcLVBnWmT+PlL1KHAx0=";
  };

  strictDeps = true;