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

Merge pull request #191428 from r-ryantm/auto-update/pure-prompt

pure-prompt: 1.20.3 -> 1.20.4
parents 8de22cec 0717aa5b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@ with lib;

stdenv.mkDerivation rec {
  pname = "pure-prompt";
  version = "1.20.3";
  version = "1.20.4";

  src = fetchFromGitHub {
    owner = "sindresorhus";
    repo = "pure";
    rev = "v${version}";
    sha256 = "sha256-vFms0MaSiLEzlYdgmUPGXaApTHVSVhwbw11N4GucgLg=";
    sha256 = "sha256-e1D+9EejlVZxOyErg6eRgawth5gAhv6KpgjhK06ErZc=";
  };

  strictDeps = true;