chore: update vocard 2.6.9 -> 2.7.1

Diff: https://github.com/ChocoMeow/Vocard/compare/refs/tags/v2.6.9...refs/tags/v2.7.1
This commit is contained in:
Gerg-L 2025-04-28 17:43:03 -04:00
parent beeb8b6d90
commit 1acbfc727c
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
3 changed files with 21 additions and 21 deletions

View file

@ -6,7 +6,7 @@
makeBinaryWrapper,
}:
let
version = "2.6.9";
version = "2.7.1";
python = python3.withPackages (p: [
p.discordpy
p.motor
@ -26,7 +26,7 @@ stdenv.mkDerivation {
owner = "ChocoMeow";
repo = "Vocard";
tag = "v${version}";
hash = "sha256-21n+6LqXYVXc8ynS62IvWHxK76xxfatN8e99KDPueps=";
hash = "sha256-0cSR9z6JNB0xdHMyDrDRJQ7xilqGVifCowXuNKipgjQ=";
};
buildPhase = ''