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

fishPlugins.pure: 4.11.3 -> 4.12.0 (#445387)

parents 37bc5d9e 90747f59
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

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

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

  nativeCheckInputs = [ git ];