fishPlugins.pure: 4.11.3 -> 4.12.0 (#445387)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user