fishPlugins.pure: 4.11.3 -> 4.12.0
This commit is contained in:
@@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
buildFishPlugin rec {
|
buildFishPlugin rec {
|
||||||
pname = "pure";
|
pname = "pure";
|
||||||
version = "4.11.3";
|
version = "4.12.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pure-fish";
|
owner = "pure-fish";
|
||||||
repo = "pure";
|
repo = "pure";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-mMUFR/n4aLsmZNbVAYmx57AMXT6U2P+wTuuN3opCeqs=";
|
hash = "sha256-QG/saZReqpYiSXTG+nPmkJ5ETAAdo0mVrUqyepu7Pvs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeCheckInputs = [ git ];
|
nativeCheckInputs = [ git ];
|
||||||
|
|||||||
Reference in New Issue
Block a user