mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
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:
parent
beeb8b6d90
commit
1acbfc727c
3 changed files with 21 additions and 21 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue