Unverified Commit a6edbb9f authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

fishPlugins.pure: 4.12.0 -> 4.15.0 (#467497)

parents 800e86f7 fc396c6d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildFishPlugin rec {
  pname = "pure";
  version = "4.12.0";
  version = "4.15.0";

  src = fetchFromGitHub {
    owner = "pure-fish";
    repo = "pure";
    rev = "v${version}";
    hash = "sha256-QG/saZReqpYiSXTG+nPmkJ5ETAAdo0mVrUqyepu7Pvs=";
    hash = "sha256-fqcIfst9YnkOi50pIUMoJJQ7s1w1Vr6hRdEFo+FWIZY=";
  };

  nativeCheckInputs = [ git ];